From 42e4e9a071bb30944f50b9397a2ad8c263cc9b31 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 24 Apr 2024 09:34:32 +0200 Subject: [PATCH] feat: explicit mention of 06_Snakefile in end of Python slide deck --- setup/solutions/{07_Snakefile => 08_Snakefile} | 0 slides/creators/Python_in_Snakemake.tex | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename setup/solutions/{07_Snakefile => 08_Snakefile} (100%) diff --git a/setup/solutions/07_Snakefile b/setup/solutions/08_Snakefile similarity index 100% rename from setup/solutions/07_Snakefile rename to setup/solutions/08_Snakefile diff --git a/slides/creators/Python_in_Snakemake.tex b/slides/creators/Python_in_Snakemake.tex index 7ca0395..075625c 100644 --- a/slides/creators/Python_in_Snakemake.tex +++ b/slides/creators/Python_in_Snakemake.tex @@ -344,7 +344,7 @@ \subsection{Snakemake and external Scripts} Now, we have one more final target? Which is its name? \end{question} \begin{task} - Place the new target in the \altverb{all} rule. + Place the new target in the \altverb{all} rule, use \altverb{tutorial/06_Snakefile} as the template. Run the workflow! If anything is broken, use the \altverb{--debug} flag to debug. \end{task} \pause Solution: