×

nf-core/samtools/coverage @ 0.0.0-0c7146d

produces a histogram or table of coverage per chromosome

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

Summary

produces a histogram or table of coverage per chromosome

Get started

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

include { SAMTOOLS_COVERAGE } from 'nf-core/samtools/coverage'

License

MIT License

Process
Name SAMTOOLS_COVERAGE
Input 2 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

input file

BAM/CRAM/SAM file

*.{bam,cram,sam}
input_index file

BAM/CRAM index file

*.{bai,crai}
#2 tuple
meta2 map

Groovy Map containing reference information e.g. [ id:'genome' ]

fasta file

Reference genome file

*.{fa,fasta}
fai file

Reference genome index file

*.fai
Output 2 channels
#1 coverage tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.txt file

Tabulated text containing the coverage at each position or region or an ASCII-art histogram (with --histogram).

*.txt
#2 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
samtools SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. http://www.htslib.org/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:09:55 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsamtools%2Fcoverage/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/samtools/coverage/blobs/sha256:b1a42d83fd80cb8a031c8252953934af8a1d9a20447d74a53c008ed36a390617
Size 3.0 KB
Checksum sha256:b1a42d83fd80cb8a031c8252953934af8a1d9a20447d74a53c008ed36a390617
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:09:55 (UTC) 1 3.0 KB -