diff options
author | Justin Bedo <cu@cua0.org> | 2020-11-10 08:34:30 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-11-10 08:34:30 +1100 |
commit | cd50eb09ef56ab139b20502690c063be7eae655d (patch) | |
tree | 3bb8780b96afe94e2c4d03cfc5ce2e4ba0e7a2d5 | |
parent | 8ded1b651c5bbfac525aded43a7074aecc49f6fb (diff) |
add intro to workflow slide
-rw-r--r-- | slides.tex | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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}. |