×

nf-core/checkm/lineagewf @ 0.0.0-6c4ed3a

CheckM provides a set of tools for assessing the quality of genomes recovered from isolates, single cells, or metagenomes.

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

Summary

CheckM provides a set of tools for assessing the quality of genomes recovered from isolates, single cells, or metagenomes.

Get started

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

include { CHECKM_LINEAGEWF } from 'nf-core/checkm/lineagewf'

License

MIT License

Process
Name CHECKM_LINEAGEWF
Input 3 channels
#1 tuple
meta map

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

fasta file

One or a list of multiple FASTA files of each bin, with extension defined with the fasta_ext value

*.{$fasta_ext}
fasta_ext string

The file-type extension suffix of the input FASTA files (e.g., fasta, fna, fa, fas)

db directory

Optional directory pointing to checkM database to prevent re-downloading

Output 4 channels
#1 checkm_tsv tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ]

${prefix}.tsv file

CheckM summary completeness statistics table

*.tsv
#2 marker_file tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ]

${prefix}/lineage.ms file

Lineage file

*.ms
#3 checkm_output tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ]

${prefix} directory

CheckM output directory

*/
#4 versions_checkm tuple
${task.process} string

The name of the process

checkm string

The name of the tool

checkm 2>&1 | grep '...:::' | sed 's/.*CheckM v//;s/ .*//' eval

The expression to obtain the version of the tool

Tool Description Homepage
checkm Assess the quality of microbial genomes recovered from isolates, single cells, and metagenomes. https://ecogenomics.github.io/CheckM/
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:08:55 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fcheckm%2Flineagewf/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/checkm/lineagewf/blobs/sha256:3867edf16b479fa8a8c6f642ed7d0b84db33103f0ebed732df99fcd60882f9a5
Size 3.1 KB
Checksum sha256:3867edf16b479fa8a8c6f642ed7d0b84db33103f0ebed732df99fcd60882f9a5
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:08:55 (UTC) 3 3.1 KB
0.0.0-0c7146d 08 Apr 2026 18:51:22 (UTC) 3 3.1 KB