2021-12-15 21:26:43 +00:00
|
|
|
name: rseqc_tin
|
|
|
|
description: Calculte TIN (transcript integrity number) from RNA-seq reads
|
|
|
|
keywords:
|
|
|
|
- rnaseq
|
|
|
|
- transcript
|
|
|
|
- integrity
|
|
|
|
tools:
|
|
|
|
- rseqc:
|
|
|
|
description: |
|
|
|
|
RSeQC package provides a number of useful modules that can comprehensively evaluate
|
|
|
|
high throughput sequence data especially RNA-seq data.
|
|
|
|
homepage: http://rseqc.sourceforge.net/
|
|
|
|
documentation: http://rseqc.sourceforge.net/
|
|
|
|
doi: 10.1093/bioinformatics/bts356
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL-3.0-or-later"]
|
2021-12-15 21:26:43 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: Input BAM file
|
|
|
|
pattern: "*.{bam}"
|
2021-12-17 10:00:09 +00:00
|
|
|
- bai:
|
|
|
|
type: file
|
|
|
|
description: Index for input BAM file
|
|
|
|
pattern: "*.{bai}"
|
2021-12-15 21:26:43 +00:00
|
|
|
- bed:
|
|
|
|
type: file
|
|
|
|
description: BED file containing the reference gene model
|
|
|
|
pattern: "*.{bed}"
|
|
|
|
output:
|
|
|
|
- txt:
|
|
|
|
type: file
|
2021-12-17 10:00:09 +00:00
|
|
|
description: TXT file containing tin.py results summary
|
|
|
|
pattern: "*.txt"
|
|
|
|
- xls:
|
|
|
|
type: file
|
|
|
|
description: XLS file containing tin.py results
|
|
|
|
pattern: "*.xls"
|
2021-12-15 21:26:43 +00:00
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|