nf-core/bedtools/intersect @ 0.0.0-6c4ed3a
Summary
Allows one to screen for overlaps between two sets of genomic features.
Get started
Add the following snippet to your workflow script to include this module.
include { BEDTOOLS_INTERSECT } from 'nf-core/bedtools/intersect'
License
MIT License
Process
Name
|
BEDTOOLS_INTERSECT |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
intervals1
file
|
BAM/BED/GFF/VCF *.{bam|bed|gff|vcf}
|
intervals2
file
|
BAM/BED/GFF/VCF *.{bam|bed|gff|vcf}
|
#2
tuple
meta2
map
|
Groovy Map containing reference chromosome sizes e.g. [ id:'test' ] |
|---|---|
chrom_sizes
file
|
Chromosome sizes file *{.sizes,.txt}
|
Output
2 channels
#1
intersect
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.${extension}
file
|
File containing the description of overlaps found between the two features *.${extension}
|
#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:39 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fintersect/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/intersect/blobs/sha256:17baeccdc07914682c85186c0c80e75266894e8b8a4ffcbb1c4c631d2884b342 |
| Size | 2.7 KB |
| Checksum | sha256:17baeccdc07914682c85186c0c80e75266894e8b8a4ffcbb1c4c631d2884b342 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:05:39 (UTC) | 3 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:03:43 (UTC) | 3 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:46:59 (UTC) | 3 | 2.7 KB |