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: