aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}.