Description

Prepare sequences for subsequent alignment with lastal.

Input

name:type
description
pattern

meta

:map

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

fastx

:file

Sequence file in FASTA or FASTQ format. May be compressed with gzip.

*.{fasta,fasta.gz,fastq,fastq.gz}

Output

name:type
description
pattern

index

meta

:map

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

lastdb

:directory

directory containing the files of the LAST index

lastdb/

versions_last

${task.process}

:string

The name of the process

last

:string

The name of the tool

lastal --version | sed 's/lastal //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

last

:string

The name of the tool

lastal --version | sed 's/lastal //'

:eval

The expression to obtain the version of the tool

Tools