X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/66c693705d8852761ef94056fef6e2051d570144..afed2f5dcb10a78eb71816a80a6fd3f5766a3c72:/_episodes/02-workflow.md diff --git a/_episodes/02-workflow.md b/_episodes/02-workflow.md index 768d53a..64851c5 100644 --- a/_episodes/02-workflow.md +++ b/_episodes/02-workflow.md @@ -320,11 +320,11 @@ correspond to the command line parmeters from our source script. > > > ## 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}