2021-07-02 11:31:09 +00:00
|
|
|
name: rseqc_junctionsaturation
|
|
|
|
description: compare detected splice junctions to reference gene model
|
|
|
|
keywords:
|
|
|
|
- junctions
|
|
|
|
- splicing
|
|
|
|
- rnaseq
|
|
|
|
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-07-02 11:31:09 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: the alignment in bam format
|
|
|
|
pattern: "*.{bam}"
|
|
|
|
- bed:
|
|
|
|
type: file
|
|
|
|
description: a bed file for the reference gene model
|
|
|
|
pattern: "*.{bed}"
|
|
|
|
output:
|
|
|
|
- pdf:
|
|
|
|
type: file
|
|
|
|
description: Junction saturation report
|
|
|
|
pattern: "*.pdf"
|
|
|
|
- rscript:
|
|
|
|
type: file
|
|
|
|
description: Junction saturation R-script
|
|
|
|
pattern: "*.r"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-07-02 11:31:09 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-07-02 11:31:09 +00:00
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@kevinmenden"
|