Fix typos
[rnaseq-cwl-training.git] / lesson3 / answers / main.cwl
index 7eaf62ee9429b9e62c901b4051f00fd94a935149..937dd3a966107e43da0af43704c32e9cc6e97bcf 100644 (file)
@@ -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