Description

Make a transcript/gene mapping from a GTF and cross-reference with transcript quantifications.

Input

name:type
description
pattern

meta:map

Groovy Map containing reference information related to the GTF file e.g. [ id:'yeast' ]

gtf:file

An annotation file of the reference genome in GTF format

*.gtf

meta2:map

Groovy Map containing information related to the experiment as a whole e.g. [ id:'SRP123456' ]

"quants/*":file

quants file

quant_type:string

Quantification type, ‘kallisto’ or ‘salmon’

id:string

Gene ID attribute in the GTF file (default= gene_id)

extra:string

Extra gene attribute in the GTF file (default= gene_name)

Output

name:type
description
pattern

tx2gene

meta:map

Groovy Map containing reference information related to the GTF file e.g. [ id:'yeast' ]

*tx2gene.tsv:file

A transcript/ gene mapping table in TSV format

*.tx2gene.tsv

versions

versions.yml:file

File containing software versions

versions.yml

Tools

custom
MIT

"Custom module to create a transcript to gene mapping from a GTF and check it against transcript quantifications"