nf-core/deeptools/bamcoverage @ 0.0.0-6c4ed3a
Summary
This tool takes an alignment of reads or fragments as input (BAM file) and generates a coverage track (bigWig or bedGraph) as output.
Get started
Add the following snippet to your workflow script to include this module.
include { DEEPTOOLS_BAMCOVERAGE } from 'nf-core/deeptools/bamcoverage'
License
MIT License
Name
|
DEEPTOOLS_BAMCOVERAGE |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
BAM/CRAM file *.{bam,cram}
|
input_index
file
|
BAM/CRAM index file *.{bai,crai}
|
fasta
file
|
Reference file the CRAM file was created with (required with CRAM input) *.{fasta,fa}
|
|---|
fasta_fai
file
|
Index of the reference file (optional, but recommended) *.{fai}
|
|---|
meta2
map
|
Groovy Map containing blacklist metadata e.g. [ id:'blacklist' ] |
|---|---|
blacklist
file
|
BED/GTF file containing regions to exclude from analysis *.{bed,gtf}
|
bigwig
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bigWig
file
|
BigWig file *.bigWig
|
bedgraph
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bedgraph
file
|
Bedgraph file *.bedgraph
|
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 |
versions_deeptools
tuple
${task.process}
string
|
The name of the process |
|---|---|
deeptools
string
|
The name of the tool |
bamCoverage --version | sed "s/bamCoverage //g"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| deeptools | A set of user-friendly tools for normalization and visualization of deep-sequencing data | https://deeptools.readthedocs.io/en/develop/content/tools/bamCoverage.html |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:13:49 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fdeeptools%2Fbamcoverage/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/deeptools/bamcoverage/blobs/sha256:0718e708e890bf4b263fc86742b8f07c18b13ed69a751f18aee0ca815ef58173 |
| Size | 3.3 KB |
| Checksum | sha256:0718e708e890bf4b263fc86742b8f07c18b13ed69a751f18aee0ca815ef58173 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|