Description

uLTRA aligner - A wrapper around minimap2 to improve small exon detection

Input

name:type
description
pattern

meta

:map

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

reads

:file

A fasta or fastq file of reads to align

*.{fasta,fastq}

meta2

:map

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

fasta

:file

fasta file of reference genome

*.fasta

meta3

:map

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

gtf

:file

Genome annotation file

*.gtf

Output

name:type
description
pattern

sam

meta

:map

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

*.sam

:file

The aligned reads in sam format

*.sam

versions_ultra

${task.process}

:string

The name of the process

ultra

:string

The name of the tool

uLTRA --version | sed 's/uLTRA //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

ultra

:string

The name of the tool

uLTRA --version | sed 's/uLTRA //'

:eval

The expression to obtain the version of the tool

Tools

ultra
GNU GPLV3

Splice aligner of long transcriptomic reads to genome.