Second pass. Lots of work.
[rnaseq-cwl-training.git] / answers / ep4 / main.cwl
index 937dd3a966107e43da0af43704c32e9cc6e97bcf..a6a8d3c5a4aa9018295373ad07cb52ace88d58fa 100644 (file)
@@ -17,7 +17,7 @@ steps:
   STAR:
     requirements:
       ResourceRequirement:
-        ramMin: 6000
+        ramMin: 9000
     run: bio-cwl-tools/STAR/STAR-Align.cwl
     in:
       RunThreadN: {default: 4}
@@ -52,7 +52,7 @@ outputs:
     type: File
     outputSource: samtools/bam_sorted_indexed
 
-  ### 8. Adding it to the workflow
+  # Adding it to the workflow
   featurecounts:
     type: File
     outputSource: featureCounts/featurecounts