Description

Find suitable score parameters for sequence alignment

Input

name:type
description
pattern

meta

:map

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

fastx

:file

FASTA/FASTQ file

*.{fasta,fastq}

index

:directory

Directory containing the files of the LAST index

lastdb/

Output

name:type
description
pattern

param_file

meta

:map

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

*.train

:file

Trained parameter file

*.train

multiqc

meta

:map

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

*.tsv

:file

Alignment parameter summary for MultiQC

*.tsv

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