Skip to content

Commit

Permalink
Merge pull request #39 from jdblischak/fix-typo-dirname
Browse files Browse the repository at this point in the history
Fix typo in output directory name
  • Loading branch information
tbooth authored Sep 4, 2023
2 parents a97d778 + 81d3753 commit 5af493b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/06-awkward_programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ rule fastqc:
On running this, we get an error.
~~~
$ snakemake -j1 -p reads.fastqc2.ref_1_1
$ snakemake -j1 -p reads.fastqc.ref_1_1
...
Specified output directory 'reads.fastqc2.ref_1_1' does not exist
Specified output directory 'reads.fastqc.ref_1_1' does not exist
...
~~~
Expand Down

0 comments on commit 5af493b

Please sign in to comment.