Tweak solution
[rnaseq-cwl-training.git] / _episodes / 02-workflow.md
index 768d53ae7bb53dd959119605b04aed14fa1da322..64851c50fda2491661d8597177d63b96261e1da2 100644 (file)
@@ -320,11 +320,11 @@ correspond to the command line parmeters from our source script.
 >
 > > ## Solution
 > >
 >
 > > ## Solution
 > >
-> > `--runThreadN` → `RunThreadN`
-> > `--genomeDir` → `GenomeDir`
-> > `--readFilesIn` → `ForwardReads`
-> > `--outSAMtype` → `OutSAMtype`, `SortedByCoordinate`
-> > `--outSAMunmapped` → `OutSAMunmapped`
+> > `--runThreadN` → `RunThreadN`
+> > `--genomeDir` → `GenomeDir`
+> > `--readFilesIn` → `ForwardReads`
+> > `--outSAMtype` → `OutSAMtype`, `SortedByCoordinate`
+> > `--outSAMunmapped` → `OutSAMunmapped`
 > >
 > > output parameter name: `alignment`
 > {: .solution}
 > >
 > > output parameter name: `alignment`
 > {: .solution}