nf-core/famsa/align @ 0.0.0-6c4ed3a
Summary
Aligns sequences using FAMSA
Get started
Add the following snippet to your workflow script to include this module.
include { FAMSA_ALIGN } from 'nf-core/famsa/align'
License
MIT License
Name
|
FAMSA_ALIGN |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
Input sequences in FASTA format *.{fa,fasta}
|
meta2
map
|
Groovy Map containing tree information e.g. |
|---|---|
tree
file
|
Input guide tree in Newick format *.{dnd}
|
compress
boolean
|
Flag representing whether the output MSA should be compressed. Set to true to enable/false to disable compression. Compression is handled by passing '-gz' to FAMSA along with any other options specified in task.ext.args. |
|---|
alignment
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.aln{.gz,}
file
|
Alignment file, in FASTA format. May be gzipped or uncompressed, depending on if compress is set to true or false *.aln{.gz,}
|
versions_famsa
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
famsa
string
|
The tool name |
famsa -help 2>&1 | sed '2!d;s/ (.*//; s/^.* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| famsa | Algorithm for large-scale multiple sequence alignments | https://github.com/refresh-bio/FAMSA |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:15:18 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffamsa%2Falign/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/famsa/align/blobs/sha256:5fe4359b26453d68a4fee533fecd65df198a3e712e42bcc1cb5156b4b0996384 |
| Size | 2.8 KB |
| Checksum | sha256:5fe4359b26453d68a4fee533fecd65df198a3e712e42bcc1cb5156b4b0996384 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:15:18 (UTC) | 3 | 2.8 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:11:11 (UTC) | 3 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:59:07 (UTC) | 3 | 2.7 KB |