Description

the revseq program from emboss reverse complements a nucleotide sequence

Input

name:type
description
pattern

meta{:bash}

:map

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

sequences{:bash}

:file

Input sequences

*.{fasta,fna,fa,fst,aln,phy}

Output

name:type
description
pattern

revseq{:bash}

meta{:bash}

:map

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

*.${sequences.name - ~/.*\./}{:bash}

:file

File with reverse complemented sequences

*.{fasta,fna,fa,fst,aln,phy}

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