Description

Compares 2 alternative MSAs to evaluate them.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, … ]

msa

:file

fasta file containing the alignment to be evaluated. Can be gzipped or uncompressed

*.{aln,fa,fasta,fas}{.gz,}

ref_msa

:file

fasta file containing the reference alignment used for the evaluation. Can be gzipped or uncompressed

*.{aln,fa,fasta,fas}{.gz,}

Output

name:type
description
pattern

scores

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.scores

:file

a file containing the score of the alignment

*.scores

versions_tcoffee

${task.process}

:string

The name of the process

tcoffee

:string

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

${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

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

tcoffee

:string

The name of the tool

t_coffee -version | awk '{gsub("Version_", ""); print \$3}'

:eval

The expression to obtain the version of the tool

${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

Tools

pigz

Parallel implementation of the gzip algorithm.