3 label: RNAseq CWL practice workflow
19 out: [qc_html, bam_sorted_indexed]
21 ### 4. Combining results
26 run: featureCounts.cwl
28 counts_input_bam: alignment/bam_sorted_indexed
35 outputSource: alignment/qc_html
38 outputSource: alignment/bam_sorted_indexed
40 ### 4. Combining results
43 outputSource: featureCounts/featurecounts
46 SubworkflowFeatureRequirement: {}
47 ScatterFeatureRequirement: {}