nf-core/bbmap/pileup @ 0.0.0-6c4ed3a
Summary
Calculates per-scaffold or per-base coverage information from an unsorted sam or bam file.
Get started
Add the following snippet to your workflow script to include this module.
include { BBMAP_PILEUP } from 'nf-core/bbmap/pileup'
License
MIT License
Name
|
BBMAP_PILEUP |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
BAM/CRAM/SAM file *.{bam,cram,sam}
|
hist
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.hist.txt
file
|
Histogram of # occurrences of each depth level *.hist.txt
|
covstats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.stats.txt
file
|
Coverage statistics *.stats.txt
|
versions_pigz
tuple
${task.process}
string
|
The name of the process |
|---|---|
pigz
string
|
The name of the tool |
pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//"
eval
|
The expression to obtain the version of the tool |
versions_bbmap
tuple
${task.process}
string
|
The name of the process |
|---|---|
bbmap
string
|
The name of the tool |
bbversion.sh | grep -v 'Duplicate cpuset'
eval
|
The expression to obtain the version of the tool |
versions_samtools
tuple
${task.process}
string
|
The name of the process |
|---|---|
samtools
string
|
The name of the tool |
samtools version | sed '1!d;s/.* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bbmap | BBMap is a short read aligner, as well as various other bioinformatic tools. | https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:04:43 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbbmap%2Fpileup/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bbmap/pileup/blobs/sha256:b09db60b32bc7f02fdd0da347bfb511cdf58e932095947f29a0032793c001266 |
| Size | 2.5 KB |
| Checksum | sha256:b09db60b32bc7f02fdd0da347bfb511cdf58e932095947f29a0032793c001266 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:04:43 (UTC) | 4 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:45:35 (UTC) | 3 | 2.5 KB |