Description

reformats sequence files, see HMMER documentation for details. The module requires that the format is specified in ext.args in a config file, and that this comes last. See the tools help for possible values.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:β€˜test’ ]

seqfile

:file

Sequences, aligned or not, in any supported format

*

postprocessing_script

:string

Post processing script in shell, e.g., β€˜| sed β€œ/^>/!s/-//g”’

| *

Output

name:type
description
pattern

seqreformated

meta

:map

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

*.*.gz

:file

Reformatted sequence file

*.*.gz

versions_hmmer

${task.process}

:string

The name of the process

hmmer

:string

The name of the tool

hmmsearch -h | sed '2!d;s/^# HMMER *//;s/ .*//'

:eval

The expression to obtain the version of the tool

versions_easel

${task.process}

:string

The name of the process

easel

:string

The name of the tool

esl-reformat -h | sed '2!d;s/^# Easel *//;s/ .*//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

hmmer

:string

The name of the tool

hmmsearch -h | sed '2!d;s/^# HMMER *//;s/ .*//'

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

easel

:string

The name of the tool

esl-reformat -h | sed '2!d;s/^# Easel *//;s/ .*//'

:eval

The expression to obtain the version of the tool

Tools

hmmer
BSD-3-Clause

Biosequence analysis using profile hidden Markov models