×

nf-core/bedtools/flank @ 0.0.0-6c4ed3a

Creates two new flanking intervals for each interval in a BED/GFF/VCF file.

Latest version: 0.0.0-6c4ed3a
Total downloads: 11
Source: nf-core/modules
Authors: @itrujnara
Maintainers: @itrujnara

Summary

Creates two new flanking intervals for each interval in a BED/GFF/VCF file.

Get started

Add the following snippet to your workflow script to include this module.

include { BEDTOOLS_FLANK } from 'nf-core/bedtools/flank'

License

MIT License

Process
Name BEDTOOLS_FLANK
Input 2 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

bed file

Input BED file

*.{bed}
sizes file

Chromosome sizes file

Output 2 channels
#1 bed tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.bed file

Flanked BED file

*.{bed}
#2 versions_bedtools tuple
${task.process} string

The name of the process

bedtools string

The name of the tool

bedtools --version | sed -e 's/bedtools v//g' eval

The expression to obtain the version of the tool

Tool Description Homepage
bedtools A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. n/a
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:05:33 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fflank/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/flank/blobs/sha256:960f9d800e645538cb2cea636b7d6d679f5bd27b005a091114f53718e98a1e0c
Size 2.4 KB
Checksum sha256:960f9d800e645538cb2cea636b7d6d679f5bd27b005a091114f53718e98a1e0c
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:05:33 (UTC) 4 2.4 KB
0.0.0-3fc6d40 22 Apr 2026 15:03:38 (UTC) 4 2.4 KB
0.0.0-f7a55a7 09 Apr 2026 15:00:35 (UTC) 3 2.4 KB