nf-core/bedtools/map @ 0.0.0-0c7146d
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_MAP } from 'nf-core/bedtools/map'
License
MIT License
Process
Name
|
BEDTOOLS_MAP |
|---|
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 *.{bed|gff|vcf}
|
intervals2
file
|
BAM/BED/GFF/VCF *.{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
mapped
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 features in A and the features in B, with statistics *.${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-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:26:22 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fmap/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bedtools/map/blobs/sha256:98241f67fa4440db2f7b8e38eea80ef55452d6de315e02ae25590717f87695a5 |
| Size | 2.6 KB |
| Checksum | sha256:98241f67fa4440db2f7b8e38eea80ef55452d6de315e02ae25590717f87695a5 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:26:22 (UTC) | 1 | 2.6 KB | - |