Computes the irmsd score for a given alignment and the structures.
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, … ]
msa
:file
Multiple Sequence Alignment File
meta2
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
template
Template file
structures
Structure file
irmsd
${prefix}.irmsd
File containing the irmsd of the alignment
versions_tcoffee
${task.process}
:string
The name of the process
tcoffee
The name of the tool
t_coffee -version | awk '{gsub("Version_", ""); print \$3}'
:eval
The expression to obtain the version of the tool
versions_pigz
pigz
pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//"
versions
A collection of tools for Multiple Alignments of DNA, RNA, Protein Sequence
Parallel implementation of the gzip algorithm.