Skip to content

Commit

Permalink
fix: removed superflous conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Sep 26, 2024
1 parent d8871f1 commit e1e892d
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 @@ -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}
Expand Down

1 comment on commit e1e892d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifacts

Please # to comment.