2021-07-02 11:09:48 +00:00
|
|
|
name: rsem_preparereference
|
|
|
|
description: Prepare a reference genome for RSEM
|
|
|
|
keywords:
|
|
|
|
- rsem
|
|
|
|
- reference
|
|
|
|
tools:
|
|
|
|
- rseqc:
|
|
|
|
description: |
|
|
|
|
RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome
|
|
|
|
homepage: https://github.com/deweylab/RSEM
|
|
|
|
documentation: https://github.com/deweylab/RSEM
|
|
|
|
doi: https://doi.org/10.1186/1471-2105-12-323
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['GPL-3.0-or-later']
|
2021-07-02 11:09:48 +00:00
|
|
|
input:
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: The Fasta file of the reference genome
|
|
|
|
pattern: "*.{fasta,fa}"
|
|
|
|
- gtf:
|
|
|
|
type: file
|
|
|
|
description: The GTF file of the reference genome
|
|
|
|
pattern: "*.gtf"
|
|
|
|
output:
|
|
|
|
- rsem:
|
|
|
|
type: directory
|
|
|
|
description: RSEM index directory
|
|
|
|
pattern: "rsem"
|
|
|
|
- transcript_fasta:
|
|
|
|
type: file
|
|
|
|
description: Fasta file of transcripts
|
|
|
|
pattern: "rsem/*transcripts.fa"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-07-02 11:09:48 +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:09:48 +00:00
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@kevinmenden"
|