nf-core/bedtools/split @ 0.0.0-0c7146d
Summary
Split BED files into several smaller BED files
Get started
Add the following snippet to your workflow script to include this module.
include { BEDTOOLS_SPLIT } from 'nf-core/bedtools/split'
License
MIT License
Process
Name
|
BEDTOOLS_SPLIT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bed
file
|
BED file *.bed
|
count
integer
|
Number of lines per split file |
Output
2 channels
#1
beds
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bed
list
|
list of split BED files *.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 powerful toolset for genome arithmetic | n/a |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 18:47:22 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fsplit/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/split/blobs/sha256:dbab722765877fffa99e60862608dc4bb8ff8195258f6ee917890e410f17a216 |
| Size | 2.2 KB |
| Checksum | sha256:dbab722765877fffa99e60862608dc4bb8ff8195258f6ee917890e410f17a216 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:05:54 (UTC) | 1 | 2.2 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:03:59 (UTC) | 1 | 2.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:47:22 (UTC) | 1 | 2.2 KB |