Compares 2 alternative MSAs to evaluate them.
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, … ]
msa{:bash}
:file
fasta file containing the alignment to be evaluated. Can be gzipped or uncompressed
*.{aln,fa,fasta,fas}{.gz,}
ref_msa{:bash}
fasta file containing the reference alignment used for the evaluation. Can be gzipped or uncompressed
scores{:bash}
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
*.scores{:bash}
a file containing the score of the alignment
*.scores
versions_tcoffee{:bash}
${task.process}{:bash}
:string
The name of the process
tcoffee{:bash}
The name of the tool
t_coffee -version | awk '{gsub("Version_", ""); print \$3}'{:bash}
:eval
The expression to obtain the version of the tool
versions_pigz{:bash}
pigz{:bash}
pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//"{:bash}
versions{:bash}
A collection of tools for Multiple Alignments of DNA, RNA, Protein Sequence
Parallel implementation of the gzip algorithm.