nf-core/picard/bedtointervallist @ 0.0.0-6c4ed3a
Summary
Creates an interval list from a bed file and a reference dict
Get started
Add the following snippet to your workflow script to include this module.
include { PICARD_BEDTOINTERVALLIST } from 'nf-core/picard/bedtointervallist'
License
MIT License
Process
Name
|
PICARD_BEDTOINTERVALLIST |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
bed
file
|
Input bed file *.bed
|
#2
tuple
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome'] |
|---|---|
dict
file
|
Sequence dictionary *.dict
|
Output
2 channels
#1
intervallist
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
*.intervallist
file
|
gatk interval list file *.intervallist
|
#2
versions_picard
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
picard
string
|
The tool name |
picard BedToIntervalList --version 2>&1 | sed -n 's/.*Version://p'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gatk4 | Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. | https://gatk.broadinstitute.org/hc/en-us |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:35:50 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Fbedtointervallist/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/picard/bedtointervallist/blobs/sha256:5ee16ec55b2dc35d69eb62b6b0886d293352a0a5c55a42b77a2faf1157d90622 |
| Size | 2.7 KB |
| Checksum | sha256:5ee16ec55b2dc35d69eb62b6b0886d293352a0a5c55a42b77a2faf1157d90622 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:35:50 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:25:21 (UTC) | 2 | 2.7 KB |