nf-core/foldmason/easymsa @ 0.0.0-0c7146d
Summary
Aligns protein structures using foldmason
Get started
Add the following snippet to your workflow script to include this module.
include { FOLDMASON_EASYMSA } from 'nf-core/foldmason/easymsa'
License
MIT License
Name
|
FOLDMASON_EASYMSA |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
pdbs
file
|
Input protein structures in PDB format. *.{pdb,mmcif}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
tree
file
|
Input guide tree in Newick format. *.{dnd,nwk}
|
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. |
|---|
msa_aa
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_aa.fa${compress ? '.gz' : ''}
file
|
Fasta file containing the multiple sequence alignment with Amino Acid alphabet *.{fa}
|
msa_3di
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_3di.fa${compress ? '.gz' : ''}
file
|
Fasta file containing the multiple sequence alignment with 3Di alphabet *.{fa}
|
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_foldmason
tuple
${task.process}
string
|
The name of the process |
|---|---|
foldmason
string
|
The name of the tool |
foldmason version
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| foldmason | Multiple Protein Structure Alignment at Scale with FoldMason | https://github.com/steineggerlab/foldmason |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:39:47 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Ffoldmason%2Feasymsa/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/foldmason/easymsa/blobs/sha256:b5d3e75163b11335aeb8f72764f98bc32db4a1904adf06a688aa54334aa35335 |
| Size | 3.2 KB |
| Checksum | sha256:b5d3e75163b11335aeb8f72764f98bc32db4a1904adf06a688aa54334aa35335 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:39:47 (UTC) | 1 | 3.2 KB | - |