Description

Calculate TIN (transcript integrity number) from RNA-seq reads

Input

name:type
description
pattern

meta

:map

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

bam

:file

Input BAM file

*.{bam}

bai

:file

Index for input BAM file

*.{bai}

bed

:file

BED file containing the reference gene model

*.{bed}

Output

name:type
description
pattern

txt

meta

:file

TXT file containing tin.py results summary

*.txt

*.txt

:file

TXT file containing tin.py results summary

*.txt

xls

meta

:file

TXT file containing tin.py results summary

*.txt

*.xls

:file

XLS file containing tin.py results

*.xls

versions_rseqc

${task.process}

:string

The process the versions were collected from

rseqc

:string

The tool name

tin.py --version | sed "s/tin.py //"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

rseqc

:string

The tool name

tin.py --version | sed "s/tin.py //"

:eval

The expression to obtain the version of the tool

Tools

rseqc
GPL-3.0-or-later

RSeQC package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data.