aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-11-10 08:34:30 +1100
committerJustin Bedo <cu@cua0.org>2020-11-10 08:34:30 +1100
commitcd50eb09ef56ab139b20502690c063be7eae655d (patch)
tree3bb8780b96afe94e2c4d03cfc5ce2e4ba0e7a2d5
parent8ded1b651c5bbfac525aded43a7074aecc49f6fb (diff)
add intro to workflow slide
-rw-r--r--slides.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/slides.tex b/slides.tex
index 1cde561..0fbcee5 100644
--- a/slides.tex
+++ b/slides.tex
@@ -32,6 +32,19 @@
}
\begin{frame}
+ \frametitle{Workflow management is needed}
+ \begin{enumerate}
+ \item Bioinformatics workflows tend to be long running and error prone
+ \item Resume after resolving errors
+ \item parallelism and distributed execution
+ \item More complex than a straight chain
+ \end{enumerate}
+ \begin{center}
+ $\Rightarrow$ tooling needed for reproducibility
+ \end{center}
+\end{frame}
+
+\begin{frame}
\frametitle{Core problems}
\begin{enumerate}
\item \emph{Managing software versions and dependencies}.