From 674aae89299dbe773e087b177181a563f3d9c543 Mon Sep 17 00:00:00 2001 From: meesters Date: Mon, 6 May 2024 12:58:58 +0200 Subject: [PATCH] fix: identation of sample code --- slides/common/Fine_Tuning.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/common/Fine_Tuning.tex b/slides/common/Fine_Tuning.tex index 182c899..adffa7e 100644 --- a/slides/common/Fine_Tuning.tex +++ b/slides/common/Fine_Tuning.tex @@ -47,7 +47,7 @@ \section{Fine Tuning Cluster Behaviour} \end{lstlisting} The value may be a fraction (here: 1 job per ten seconds). Or simply \begin{lstlisting}[language=Bash, style=Shell] - $ snakemake --max-job-per-second=5 +$ snakemake --max-job-per-second=5 \end{lstlisting} which would half the submission rate (5 instead of 10) \end{frame}