From afed2f5dcb10a78eb71816a80a6fd3f5766a3c72 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 16 Feb 2021 19:32:29 -0500 Subject: [PATCH] Tweak solution --- _episodes/02-workflow.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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} -- 2.30.2