nf-core/bedtools/multiinter @ 0.0.0-0c7146d
Summary
Identifies common intervals among multiple (and subsets thereof) sorted BED/GFF/VCF files.
Get started
Add the following snippet to your workflow script to include this module.
include { BEDTOOLS_MULTIINTER } from 'nf-core/bedtools/multiinter'
License
MIT License
Process
Name
|
BEDTOOLS_MULTIINTER |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
beds
list
|
List of files to be merged *.{bed,vcf,gff}
|
chrom_sizes
file
|
Chromosome sizes file *{.sizes,.txt}
|
|---|
Output
2 channels
#1
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bed
file
|
Common interval bed *.{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-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 18:47:11 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fmultiinter/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/multiinter/blobs/sha256:c93949ad538503f3c9a452fbbff9cdafb359a0cdfb2c0f0f990891ada43f0ee8 |
| Size | 2.3 KB |
| Checksum | sha256:c93949ad538503f3c9a452fbbff9cdafb359a0cdfb2c0f0f990891ada43f0ee8 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:05:46 (UTC) | 4 | 2.3 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:03:51 (UTC) | 3 | 2.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:47:11 (UTC) | 3 | 2.3 KB |