nf-core/bamtools/split @ 0.0.0-0c7146d
Summary
BamTools provides both a programmer's API and an end-user's toolkit for handling BAM files.
Get started
Add the following snippet to your workflow script to include this module.
include { BAMTOOLS_SPLIT } from 'nf-core/bamtools/split'
License
MIT License
Process
Name
|
BAMTOOLS_SPLIT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
A list of one or more BAM files to merge and then split *.bam
|
Output
2 channels
#1
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bam
file
|
Several Bam files *.bam
|
#2
versions_bamtools
tuple
${task.process}
string
|
The name of the process |
|---|---|
bamtools
string
|
The name of the tool |
bamtools --version | sed '2!d;s/bamtools //g'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bamtools | C++ API & command-line toolkit for working with BAM data | http://github.com/pezmaster31/bamtools |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:24:21 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbamtools%2Fsplit/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bamtools/split/blobs/sha256:d9957414eace46f336cc358391704e88558579c1fc93e8f43ca857a9ae7ed905 |
| Size | 2.4 KB |
| Checksum | sha256:d9957414eace46f336cc358391704e88558579c1fc93e8f43ca857a9ae7ed905 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:24:21 (UTC) | 1 | 2.4 KB | - |