X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/d177113e4a57ff8fe980212e51fe4317cf0fcb5a..aef896336dc93b17de519e6be6d2f8aaa586f82f:/lesson3/answers/main.cwl diff --git a/lesson3/answers/main.cwl b/lesson3/answers/main.cwl index 7eaf62e..937dd3a 100644 --- a/lesson3/answers/main.cwl +++ b/lesson3/answers/main.cwl @@ -39,10 +39,10 @@ steps: ResourceRequirement: ramMin: 500 run: featureCounts.cwl - in: - counts_input_bam: samtools/bam_sorted_indexed - gtf: gtf - out: [featurecounts] + in: + counts_input_bam: samtools/bam_sorted_indexed + gtf: gtf + out: [featurecounts] outputs: qc_html: @@ -55,4 +55,4 @@ outputs: ### 8. Adding it to the workflow featurecounts: type: File - outputSource: featureCounts/featurecounts + outputSource: featureCounts/featurecounts