diff --git a/slides/creators/Decorating_the_Workflow.tex b/slides/creators/Decorating_the_Workflow.tex index a5f84f6..771dea8 100644 --- a/slides/creators/Decorating_the_Workflow.tex +++ b/slides/creators/Decorating_the_Workflow.tex @@ -577,7 +577,7 @@ \subsection{The Command Line} $ cp -r ../tasks/tutorial/profile . $ snakemake --executor slurm \ > --default-resources slurm_partition=<++cluster.partition++> \ -> <+++ if cluster.account is defined +++> slurm_account=<++cluster.account++><+++ endif +++>> -j unlimited +> -j unlimited \ > @--workflow-profile ./profile/ -F@ \end{lstlisting} \begin{question}