nf-core/magus/align @ 0.0.0-0c7146d
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
Name
|
MAGUS_ALIGN |
|---|
meta
map
|
Groovy Map containing the fasta meta information e.g. |
|---|---|
fasta
file
|
Input sequences in FASTA format. *.{fa,fna,fasta}
|
meta2
map
|
Groovy Map containing sample information for the specified guide tree (if supplied) e.g. |
|---|---|
tree
file
|
Optional path to a file containing a guide tree in newick format to use as input. If empty, or overwritten by passing *.{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. |
|---|
alignment
tuple
meta
map
|
Groovy Map containing sample meta information. e.g. |
|---|---|
*.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 *.aln{.gz,}
|
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 |
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-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:53:11 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fmagus%2Falign/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/magus/align/blobs/sha256:d4cf190c72a728971813873ecef1c48b7c77eda6f6b4699d4fd3d0320f754386 |
| Size | 3.1 KB |
| Checksum | sha256:d4cf190c72a728971813873ecef1c48b7c77eda6f6b4699d4fd3d0320f754386 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:53:11 (UTC) | 1 | 3.1 KB | - |