Description

A versatile pairwise aligner for genomic and spliced nucleotide sequences

Input

name:type
description
pattern

meta

:map

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

reads

:file

file containing reads to be aligned.

fasta

:file

Reference database in FASTA format.

index

:file

FASTA index in gmidx.

Output

name:type
description
pattern

sam

meta

:map

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

*.sam

:file

Alignment in SAM format

*.sam

versions_graphmap2

${task.process}

:string

The name of the process

graphmap2

:string

The name of the tool

graphmap2 2>&1 | sed -n 's/Version: v//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

graphmap2

:string

The name of the tool

graphmap2 2>&1 | sed -n 's/Version: v//p'

:eval

The expression to obtain the version of the tool

Tools