nf-core/bamtools/convert @ 0.0.0-6c4ed3a
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_CONVERT } from 'nf-core/bamtools/convert'
License
MIT License
Process
Name
|
BAMTOOLS_CONVERT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
BAM file *.bam
|
Output
2 channels
#1
data
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{bed,fasta,fastq,json,pileup,sam,yaml}
file
|
Output file *.{bed,fasta,fastq,json,pileup,sam,yaml}
|
#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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:03:25 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbamtools%2Fconvert/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bamtools/convert/blobs/sha256:d3759e90bd8c4c0f21ae6c207f4a21aa32428e689b53c406ef1fb446c42d23c8 |
| Size | 3.0 KB |
| Checksum | sha256:d3759e90bd8c4c0f21ae6c207f4a21aa32428e689b53c406ef1fb446c42d23c8 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:03:25 (UTC) | 3 | 3.0 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:02:42 (UTC) | 3 | 3.1 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:44:20 (UTC) | 4 | 3.0 KB |