Description

uLTRA aligner - A wrapper around minimap2 to improve small exon detection - Map reads on genome

Input

name:type
description
pattern

meta

:map

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

reads

:file

A fasta or fastq file of reads to align

*.{fa,fasta,fastq}

meta2

:map

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

genome

:file

A fasta file of reference genome

*.{fa,fasta}

meta3

:map

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

pickle

:file

Pickle files generated by uLTRA index

*.pickle

db

:file

Database generated by uLTRA index

*.db

Output

name:type
description
pattern

bam

meta

:map

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

*.bam

:file

The aligned reads in bam format

*.bam

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

versions_samtools

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools --version | sed -n '1s/samtools //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

ultra

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools --version | sed -n '1s/samtools //p'

:eval

The expression to obtain the version of the tool

Tools

ultra
GNU GPLV3

Splice aligner of long transcriptomic reads to genome.