×

nf-core/bamreadcount @ 0.0.0-0c7146d

bam-readcount is a utility that runs on a BAM or CRAM file and generates low-level information about sequencing data at specific nucleotide positions. Its outputs include observed bases, readcounts, summarized mapping and base qualities, strandedness information, mismatch counts, and position within the reads.

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @vmelichar
Maintainers: @vmelichar

Summary

bam-readcount is a utility that runs on a BAM or CRAM file and generates low-level information about sequencing data at specific nucleotide positions. Its outputs include observed bases, readcounts, summarized mapping and base qualities, strandedness information, mismatch counts, and position within the reads.

Get started

Add the following snippet to your workflow script to include this module.

include { BAMREADCOUNT } from 'nf-core/bamreadcount'

License

MIT License

Process
Name BAMREADCOUNT
Input 3 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

bam file

Sorted BAM/CRAM file

*.{bam,cram}
bai file

BAM/CRAM index file

*.{bai,crai}
reference file

Reference genome FASTA file

*.{fa,fasta,fa.gz,fasta.gz}
bed file

BED file with regions to analyze

*.bed
Output 2 channels
#1 rc tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.rc file

Readcount file with metrics

*.rc
#2 versions_bamreadcount tuple
${task.process} string

The name of the process

bamreadcount string

The name of the tool

bam-readcount --version | awk -F'version: ' '{print \$2}' | awk -F'-' '{print \$1}' eval

The expression to obtain the version of the tool

Tool Description Homepage
bamreadcount bam-readcount generates metrics at single nucleotide positions. https://github.com/genome/bam-readcount/blob/master/README.md
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:23:43 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbamreadcount/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bamreadcount/blobs/sha256:3429b971dccfed8990df6ba430d24759b6f36f01ca089bc986b30d93ec9b3549
Size 2.6 KB
Checksum sha256:3429b971dccfed8990df6ba430d24759b6f36f01ca089bc986b30d93ec9b3549
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:23:43 (UTC) 1 2.6 KB -