Tweak solution
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 17 Feb 2021 00:32:29 +0000 (19:32 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 17 Feb 2021 00:32:29 +0000 (19:32 -0500)
_episodes/02-workflow.md

index 768d53ae7bb53dd959119605b04aed14fa1da322..64851c50fda2491661d8597177d63b96261e1da2 100644 (file)
@@ -320,11 +320,11 @@ correspond to the command line parmeters from our source script.
 >
 > > ## Solution
 > >
-> > `--runThreadN` &rarr; `RunThreadN`
-> > `--genomeDir` &rarr; `GenomeDir`
-> > `--readFilesIn` &rarr; `ForwardReads`
-> > `--outSAMtype` &rarr; `OutSAMtype`, `SortedByCoordinate`
-> > `--outSAMunmapped` &rarr; `OutSAMunmapped`
+> > `--runThreadN` &rarr; `RunThreadN`
+> > `--genomeDir` &rarr; `GenomeDir`
+> > `--readFilesIn` &rarr; `ForwardReads`
+> > `--outSAMtype` &rarr; `OutSAMtype`, `SortedByCoordinate`
+> > `--outSAMunmapped` &rarr; `OutSAMunmapped`
 > >
 > > output parameter name: `alignment`
 > {: .solution}