Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Feb 11, 2025
1 parent 9ff8438 commit 62c4d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/12_automating_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fq=$1

In the rest of the script, we can now call the FASTQ file using `${fq}` instead of `${1}`!

> When we set up variables we do not use the `$` before it, but when we *use the variable*, we always have to have the `$` before it. >
> When we set up variables we do not use the `$` before it, but when we *use the variable*, we always have to have the `$` before it.
>
> For example:
>
Expand Down

0 comments on commit 62c4d21

Please sign in to comment.