Description

Merges the annotation gtf file and the stringtie output gtf files

Input

name:type
description
pattern

meta{:bash}

:map

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

gtf{:bash}

:file

Stringtie transcript gtf output(s) to be merged together.

*.{gtf|gff}

meta2{:bash}

:map

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

annotation_gtf{:bash}

:file

Reference annotation gtf file (optional).

*.{gtf}

Output

name:type
description
pattern

versions_stringtie{:bash}

${task.process}{:bash}

:string

The name of the process

stringtie{:bash}

:string

The name of the tool

stringtie --version{:bash}

:eval

The expression to obtain the version of the tool

merged_gtf{:bash}

meta{:bash}

:map

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

${prefix}.gtf{:bash}

:file

A unified non-redundant set of isoforms from the provided gtf files.

${prefix}.{gtf}

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

stringtie{:bash}

:string

The name of the tool

stringtie --version{:bash}

:eval

The expression to obtain the version of the tool

Tools

stringtie2
MIT

Transcript assembly and quantification for RNA-Seq