Description

Create a GEM index from a FASTA file

Input

name:type
description
pattern

meta

:map

Groovy Map containing information about the fasta file e.g. [ id:‘test’ ]

fasta

:file

A reference FASTA file to index

*.{fasta,fa,fna}

Output

name:type
description
pattern

index

meta

:map

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

*.gem

:file

The GEM index file

*.gem

info

meta

:map

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

*.info

:file

The execution log

*.info

versions_gem3

${task.process}

:string

The name of the process

gem3-indexer

:string

The name of the tool

gem-indexer --version 2>&1 | sed 's/v//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

gem3-indexer

:string

The name of the tool

gem-indexer --version 2>&1 | sed 's/v//'

:eval

The expression to obtain the version of the tool

Tools

gem3
GPL v3

The GEM indexer (v3).