Description

Reformat a Multiple Sequence Alignment (MSA) file

Input

name:type
description
pattern

meta

:map

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

aln

:file

Input MSA file

*.{fa,fasta,fas,a2m,a3m,sto,psi,clu,fa.gz,fasta.gz,fas.gz,a2m.gz,a3m.gz,sto.gz,psi.gz,clu.gz}

informat

:string

Format of the input MSA file

outformat

:string

Format of the output MSA file

Output

name:type
description
pattern

msa

meta

:map

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

${prefix}.${outformat}.gz

:file

Gzipped reformatted output MSA file

*.{fas.gz,a2m.gz,a3m.gz,sto.gz,psi.gz,clu.gz}

versions_hhsuite

${task.process}

:string

The name of the process

hhsuite

:string

The name of the tool

hhblits -h 2>&1 | sed -n '1s/^HHblits \([0-9.]\+\):/\1/p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

hhsuite

:string

The name of the tool

hhblits -h 2>&1 | sed -n '1s/^HHblits \([0-9.]\+\):/\1/p'

:eval

The expression to obtain the version of the tool