nf-core_modules/modules/stringtie/stringtie/meta.yml
Kevin 3aacd46da2
Backfill software licenses meta (#876)
* backfilled modules with meta.yml that had no license identifier

* harmonized BSD license names

* whitespace linting at modules/unzip/meta.yml:12

* harmonized software from US NIH-NCBI/NIST to 'US-Government-Work'

* Update modules/bcftools/index/meta.yml

`bcftools` is dual-licensed, use associative array to allow for multiple licenses

Co-authored-by: Michael L Heuer <heuermh@acm.org>

Co-authored-by: Michael L Heuer <heuermh@acm.org>
2021-10-22 15:39:54 -07:00

57 lines
1.5 KiB
YAML

name: stringtie
description: Transcript assembly and quantification for RNA-Se
keywords:
- transcript
- assembly
- quantification
- gtf
tools:
- stringtie2:
description: |
Transcript assembly and quantification for RNA-Seq
homepage: https://ccb.jhu.edu/software/stringtie/index.shtml
documentation: https://ccb.jhu.edu/software/stringtie/index.shtml?t=manual
licence: ['MIT']
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bam:
type: file
description: |
Stringtie transcript gtf output(s).
- gtf:
type: file
description: |
Annotation gtf file.
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- transcript_gtf:
type: file
description: transcript gtf
pattern: "*.{transcripts.gtf}"
- coverage_gtf:
type: file
description: coverage gtf
pattern: "*.{coverage.gtf}"
- abudance:
type: file
description: abudance
pattern: "*.{abudance.txt}"
- ballgown:
type: file
description: for running ballgown
pattern: "*.{ballgown}"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@drpatelh"