nf-core/rbt/vcfsplit @ 0.0.0-6c4ed3a
Summary
A tool for splitting VCF/BCF files into N equal chunks, including BND support
Get started
Add the following snippet to your workflow script to include this module.
include { RBT_VCFSPLIT } from 'nf-core/rbt/vcfsplit'
License
MIT License
Process
Name
|
RBT_VCFSPLIT |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
VCF file with variants to be split *.{vcf,bcf,vcf.gz}
|
numchunks
integer
|
Number of chunks to split the VCF file into. The default is 15. |
|---|
Output
2 channels
#1
bcfchunks
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.bcf
file
|
Chunks of the input VCF file, split into *.bcf
|
#2
versions_rbt
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
rbt
string
|
The tool name |
rbt --version | grep -oE '[0-9]+(\.[0-9]+)+' | head -n 1
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| rust-bio-tools | A growing collection of fast and secure command line utilities for dealing with NGS data implemented on top of Rust-Bio. | https://github.com/rust-bio/rust-bio-tools |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:40:36 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Frbt%2Fvcfsplit/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/rbt/vcfsplit/blobs/sha256:1e7d202bc7c3f57ac00de01df89b8055e6ce8a1158623db39560154867a3dc92 |
| Size | 2.7 KB |
| Checksum | sha256:1e7d202bc7c3f57ac00de01df89b8055e6ce8a1158623db39560154867a3dc92 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:40:36 (UTC) | 3 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:28:48 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:30:28 (UTC) | 3 | 2.6 KB |