Description

Reads in one or more sequences, converts, filters, or transforms them and writes them out again

Input

name:type
description
pattern

meta{:bash}

:map

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

sequence{:bash}

:file

Input sequence query

*.{gff,em,gb,refseq,pir,swiss,sw,txt}

out_ext{:bash}

:string

File extension of the output file. Unless otherwise set by a flag in ext.args, the extension dictates the output file format.

Output

name:type
description
pattern

outseq{:bash}

meta{:bash}

:map

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

*.${out_ext}{:bash}

:file

Converted sequence file

*

versions_emboss{:bash}

${task.process}{:bash}

:string

The name of the process

emboss{:bash}

:string

The name of the tool

revseq -version 2>&1 | sed 's/EMBOSS://'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

emboss{:bash}

:string

The name of the tool

revseq -version 2>&1 | sed 's/EMBOSS://'{:bash}

:eval

The expression to obtain the version of the tool