×

nf-core/cmaple @ 0.0.0-3fc6d40

Efficient phylogenetic tree reconstruction for sequences using the CMAPLE algorithm

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

Summary

Efficient phylogenetic tree reconstruction for sequences using the CMAPLE algorithm

Get started

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

include { CMAPLE } from 'nf-core/cmaple'

License

MIT License

Process
Name CMAPLE
Input 1 channel
#1 tuple
meta map

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

aln file

Multiple sequence alignment file in FASTA, PHYLIP, or MAPLE format. Can be gzipped on uncompressed.

*.{fa,fasta,faa,fna,fas,aln,afa,phy,phylip,maple}{.gz,}
newick file

A Newick formatted tree based on multiple sequence alignment

*.{newick,nwk,treefile}
Output 3 channels
#1 log tuple
meta map

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

*.log file

Log file containing detailed information about the tree reconstruction process

*.log
#2 treefile tuple
meta map

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

*.treefile file

Maximum likelihood phylogenetic tree in Newick format

*.treefile
#3 versions_cmaple tuple
${task.process} string

The name of the process

cmaple string

The name of the tool

cmaple --help | grep -m1 -oE "[0-9]+(\.[0-9]+)+" eval

The expression to obtain the version of the tool

Tool Description Homepage
cmaple CMAPLE (Comprehensive Maximum-likelihood Analysis for Phylogenetic Likelihood Estimation) is an efficient implementation of the MAPLE algorithm for phylogenetic tree reconstruction, particularly optimized for pathogen sequences with low divergence such as SARS-CoV-2. It is integrated within IQ-TREE. https://github.com/iqtree/cmaple
Version 0.0.0-3fc6d40
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 22 Apr 2026 15:07:08 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fcmaple/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cmaple/blobs/sha256:bd62a276c89962d7c63c940b2d49be1780d448cfaea2a657e64b97a67d017274
Size 2.9 KB
Checksum sha256:bd62a276c89962d7c63c940b2d49be1780d448cfaea2a657e64b97a67d017274
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:10:32 (UTC) 3 2.9 KB
0.0.0-3fc6d40 22 Apr 2026 15:07:08 (UTC) 4 2.9 KB
0.0.0-0c7146d 08 Apr 2026 18:52:11 (UTC) 3 2.9 KB