Skip to content

Commit

Permalink
fix: corrected path for workflow profile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 24, 2024
1 parent 50207fa commit f2b565f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/creators/Decorating_the_Workflow.tex
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ \subsection{The Command Line}
Please execute the workflow again, now with
\begin{lstlisting}[language=Bash, style=Shell, basicstyle=\footnotesize]
$ # first copy the template profile:
$ cp -r ../profile .
$ cp -r ../tutorial/profile .
$ snakemake --executor slurm \
> --default-resources slurm_partition=<++cluster.partition++> \
<+++ if cluster.account is defined +++> \
Expand Down

0 comments on commit f2b565f

Please # to comment.