From 2844809545ec67768ef8f774ff023b74904bcd65 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 24 Apr 2024 15:01:00 +0200 Subject: [PATCH] fix: mentioning 10 in loggin directive task --- 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 dec7f0c..1a2c36f 100644 --- a/slides/creators/Decorating_the_Workflow.tex +++ b/slides/creators/Decorating_the_Workflow.tex @@ -307,7 +307,7 @@ \subsection{The Configuration File} \end{lstlisting} Implement the log directive for all rules you consider worth being logged. What do you observe? \newline - You can take the \altverb{08_Snakemake} sample file to proceed. + You can take the \altverb{09_Snakemake} sample file to proceed. A working solution is \altverb{10_Snakefile} in your solutions folder. \end{task} \end{frame}