Merge pull request #9 from common-workflow-lab/ALuesink-patch-1
[rnaseq-cwl-training.git] / _episodes / 06-expressions.md
index 9c79ad550cc7cf82f1ab41ecab6f5408c070ec6f..5bf1782d8010c69770a92af82fd5ce8b4ae12c84 100644 (file)
@@ -96,7 +96,7 @@ assignment (`=`), which cannot include control blocks like `if` or
 `for`.  The `${}` form is a Javascript function, which can include
 control blocks, and must end in a `return` statement.
 
-Dxpressions can both appear in `valueFrom` fields as well as some
+Expressions can both appear in `valueFrom` fields as well as some
 other fields, or in an `ExpressionTool` which, like `Workflow` or
 `CommandLineTool` has explicitly defined `inputs` and `outputs`
 sections.
@@ -164,3 +164,10 @@ outputs:
 > bam files.
 >
 {: .challenge }
+
+> ## Episode solution
+> * <a href="../assets/answers/ep6/main.cwl">main.cwl</a>
+> * <a href="../assets/answers/ep6/alignment.cwl">alignment.cwl</a>
+> * <a href="../assets/answers/ep6/featureCounts.cwl">featureCounts.cwl</a>
+> * <a href="../assets/answers/ep6/subdirs.cwl">subdirs.cwl</a>
+{: .solution}