×

nf-core/coverm/contig @ 0.0.0-6c4ed3a

Map reads to contigs and estimate coverage

Latest version: 0.0.0-6c4ed3a
Total downloads: 6
Source: nf-core/modules
Authors: @prototaxites
Maintainers: @prototaxites

Summary

Map reads to contigs and estimate coverage

Get started

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

include { COVERM_CONTIG } from 'nf-core/coverm/contig'

License

MIT License

Process
Name COVERM_CONTIG
Input 5 channels
#1 tuple
meta map

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

input file

FASTA/FASTQ containing reads (can be gzipped), or sorted BAM files of reads mapped to a reference. If supplying PE fasta for multiple samples, should be in the order "sample1_1, sample1_2, sample2_1, sample2_2...".

*.{fa,fq,fa.gz,fq.gz,bam}
#2 tuple
meta2 map

Groovy Map containing reference information e.g. [ id:'sample1', single_end:false ]

reference file

Reference FASTA file to map reads to, or minimap2/strobealign index. Not required if using BAM input.

*.{fasta,fasta.gz,mmi,sti}
bam_input boolean

True if input is bam files

interleaved boolean

True if input is interleaved fastq file

enable_bam_output boolean

True to enable BAM output of aligned reads

Output 3 channels
#1 bam tuple
meta map

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

*.bam file

BAM file containing aligned reads.

*.bam
#2 coverage tuple
meta map

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

*.depth.tsv file

Tab-delimited file containing coverage information for each contig and sample.

*.depth.tsv
#3 versions_coverm tuple
${task.process} string

The process the versions were collected from

coverm string

The tool name

coverm --version | sed "s/coverm //" string

Command used to collect the version

Tool Description Homepage
coverm CoverM aims to be a configurable, easy to use and fast DNA read coverage and relative abundance calculator focused on metagenomics applications https://github.com/wwood/CoverM
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:11:37 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fcoverm%2Fcontig/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/coverm/contig/blobs/sha256:5f851650f08389b9f4910dd732ca04c9fc16674fcfcdace1e8ee41b5282cb483
Size 3.3 KB
Checksum sha256:5f851650f08389b9f4910dd732ca04c9fc16674fcfcdace1e8ee41b5282cb483
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:11:37 (UTC) 3 3.3 KB
0.0.0-0c7146d 08 Apr 2026 18:54:29 (UTC) 3 3.3 KB