From d89006543469ec6c8b0009f6a416ee60961fbd7d Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 17 Apr 2024 15:54:50 +0200 Subject: [PATCH] fix: pipline -> workflow --- slides/creators/Python_in_Snakemake.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slides/creators/Python_in_Snakemake.tex b/slides/creators/Python_in_Snakemake.tex index bc8b262..d8941a9 100644 --- a/slides/creators/Python_in_Snakemake.tex +++ b/slides/creators/Python_in_Snakemake.tex @@ -3,6 +3,7 @@ \section{Snakefiles as Python-Code} { \usebackgroundtemplate{ \vbox to \paperheight{\vfil\hbox to \paperwidth{\hfil\includegraphics[height=\paperheight]{logos/Text-x-python.svg.png}\hfil}\vfil} + } \frame{ \frametitle{Python Code in your Snakefile} @@ -20,7 +21,7 @@ \section{Snakefiles as Python-Code} \begin{question}[Questions] \begin{itemize} \item How can I automatically manage dependencies and outputs? - \item How can I use Python code to add features to my pipeline? + \item How can I use Python code to add features to my workflow? \end{itemize} \end{question} \begin{docs}[Objectives]