×

nf-core/foldmason/easymsa @ 0.0.0-0c7146d

Aligns protein structures using foldmason

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @luisas
Maintainers: @luisas

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

Process
Name FOLDMASON_EASYMSA
Input 3 channels
#1 tuple
meta map

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

pdbs file

Input protein structures in PDB format.

*.{pdb,mmcif}
#2 tuple
meta2 map

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

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.

Output 4 channels
#1 msa_aa tuple
meta map

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

${prefix}_aa.fa${compress ? '.gz' : ''} file

Fasta file containing the multiple sequence alignment with Amino Acid alphabet

*.{fa}
#2 msa_3di tuple
meta map

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

${prefix}_3di.fa${compress ? '.gz' : ''} file

Fasta file containing the multiple sequence alignment with 3Di alphabet

*.{fa}
#3 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

#4 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 -