Skip to content

Commit

Permalink
fix: pipline -> workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 17, 2024
1 parent 7df70fa commit d890065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slides/creators/Python_in_Snakemake.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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]
Expand Down

0 comments on commit d890065

Please # to comment.