×

nf-core/magus/align @ 0.0.0-6c4ed3a

Multiple Sequence Alignment using Graph Clustering

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

Summary

Multiple Sequence Alignment using Graph Clustering

Get started

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

include { MAGUS_ALIGN } from 'nf-core/magus/align'

License

MIT License

Process
Name MAGUS_ALIGN
Input 3 channels
#1 tuple
meta map

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

fasta file

Input sequences in FASTA format.

*.{fa,fna,fasta}
#2 tuple
meta2 map

Groovy Map containing sample information for the specified guide tree (if supplied) e.g. [ id:'test', single_end:false ]

tree file

Optional path to a file containing a guide tree in newick format to use as input. If empty, or overwritten by passing -t [fasttree|fasttree-noml|clustal|parttree], MAGUS will construct its own guide tree. If empty, fasttree is used as a default.

*.{dnd,tree}
compress boolean

Flag representing whether the output MSA should be compressed. Set to true to enable/false to disable compression. Compression is done using pigz, and is multithreaded.

Output 3 channels
#1 alignment tuple
meta map

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

*.aln{.gz,} file

File containing the output alignment, in FASTA format containing gaps. The sequences may be in a different order than in the input FASTA. The output file may or may not be gzipped, depending on the value supplied to compress.

*.aln{.gz,}
#2 versions_pigz tuple
${task.process} string

The name of the process

pigz string

The name of the tool

pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//" eval

The expression to obtain the version of the tool

#3 versions_magus tuple
${task.process} string

The name of the process

magus string

The name of the tool

magus --version eval

The expression to obtain the version of the tool

Tool Description Homepage
magus Multiple Sequence Alignment using Graph Clustering https://github.com/vlasmirnov/MAGUS
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:29:16 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fmagus%2Falign/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/magus/align/blobs/sha256:39dd94285d6a3c90f31ac88bf604c5da2cf6198dd772afec0778021b8e620a25
Size 3.2 KB
Checksum sha256:39dd94285d6a3c90f31ac88bf604c5da2cf6198dd772afec0778021b8e620a25
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:29:16 (UTC) 3 3.2 KB
0.0.0-3fc6d40 22 Apr 2026 15:20:48 (UTC) 3 3.2 KB
0.0.0-0c7146d 08 Apr 2026 19:15:09 (UTC) 3 3.1 KB