×

nf-core/coverm/contig @ 0.0.0-0c7146d

Map reads to contigs and estimate coverage

Latest version: 0.0.0-0c7146d
Total downloads: 1
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-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:33:08 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fcoverm%2Fcontig/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/coverm/contig/blobs/sha256:6176bd84524b89418e472e89df9aaf3d90b89655733b81fd9648f5a597cf08ce
Size 3.3 KB
Checksum sha256:6176bd84524b89418e472e89df9aaf3d90b89655733b81fd9648f5a597cf08ce
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:33:08 (UTC) 1 3.3 KB -