Skip to content

Commit

Permalink
Typo in solution leads to weird error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbooth committed May 24, 2023
1 parent 0b5a309 commit 75b1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/08-configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ good practise put settings like these into parameters as it makes the whole rule
> > params:
> > kmer_len = "29"
> > shell:
> > "salmon index -t {input.fasta} -i {output.index} -k {params.kmer_len}"
> > "salmon index -t {input.fasta} -i {output.idx} -k {params.kmer_len}"
> > ~~~
> >
> > ~~~
Expand Down

0 comments on commit 75b1ebe

Please sign in to comment.