nf-core_modules/modules/rsem/preparereference/meta.yml
Gregor Sturm 906577873b
Bulk update modules to use versions.yml (#739)
* New functions.nf

* Convert code to create versions.yml

* Update meta.yml

* update output channel

* Fix more meta.yml

* Manually update remaining modules

* remove superflous echo

* Fix misformatted meta.yml files

* Fix yaml, was list instead of dict

* fix version for bcftools

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-09-27 09:41:24 +01:00

37 lines
1,014 B
YAML

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
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"
- version:
type: file
description: File containing software version
pattern: "versions.yml"
authors:
- "@drpatelh"
- "@kevinmenden"