2022-04-22 10:13:06 -04:00
|
|
|
name: stringtie_stringtie
|
2021-05-03 01:18:51 -04:00
|
|
|
description: Transcript assembly and quantification for RNA-Se
|
|
|
|
keywords:
|
2022-02-15 06:15:27 -05:00
|
|
|
- transcript
|
|
|
|
- assembly
|
|
|
|
- quantification
|
|
|
|
- gtf
|
2021-05-03 01:18:51 -04:00
|
|
|
|
|
|
|
tools:
|
2022-02-15 06:15:27 -05:00
|
|
|
- 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"]
|
2021-05-03 01:18:51 -04:00
|
|
|
input:
|
2022-02-15 06:15:27 -05:00
|
|
|
- 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.
|
2021-05-03 01:18:51 -04:00
|
|
|
output:
|
2022-02-15 06:15:27 -05:00
|
|
|
- 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"
|
2021-05-03 01:18:51 -04:00
|
|
|
authors:
|
2022-02-15 06:15:27 -05:00
|
|
|
- "@drpatelh"
|