added optional output files

This commit is contained in:
kevinmenden 2021-01-26 13:31:30 +01:00
parent 8e2749beb7
commit 84355f674d

View file

@ -71,6 +71,26 @@ output:
type: file
description: File containing software version
pattern: "*.{version.txt}"
- bam_sorted:
type: file
description: Sorted BAM file of read alignments (optional)
pattern: "*sortedByCoord.out.bam"
- bam_transcript:
type: file
description: Output BAM file of transcriptome alignment (optional)
pattern: "*toTranscriptome.out.bam"
- bam_unsorted:
type: file
description: Unsorted BAM file of read alignments (optional)
pattern: "*Aligned.unsort.out.bam"
- fastq:
type: file
description: Unmapped FastQ files (optional)
pattern: "*fastq.gz"
- tab:
type: file
description: STAR output tab file(s) (optional)
pattern: "*.tab"
authors:
- "@kevinmenden"