From c0cbae961a51102da87405a1f987517c1ea6add0 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Thu, 26 Sep 2024 17:23:30 +0200 Subject: [PATCH] fix: removed superflous conditional (#154) --- slides/creators/Decorating_the_Workflow.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}