Description

Merges the annotation gtf file and the stringtie output gtf files

Input

name:type
description
pattern

meta

:map

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

gtf

:file

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

*.{gtf|gff}

meta2

:map

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

annotation_gtf

:file

Reference annotation gtf file (optional).

*.{gtf}

Output

name:type
description
pattern

versions_stringtie

${task.process}

:string

The name of the process

stringtie

:string

The name of the tool

stringtie --version

:eval

The expression to obtain the version of the tool

merged_gtf

meta

:map

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

${prefix}.gtf

:file

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

${prefix}.{gtf}

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

stringtie

:string

The name of the tool

stringtie --version

:eval

The expression to obtain the version of the tool

Tools

stringtie2
MIT

Transcript assembly and quantification for RNA-Seq