aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-11-10 08:40:44 +1100
committerJustin Bedo <cu@cua0.org>2020-11-10 08:40:44 +1100
commitde412a560d1fc161cf2d94aaae9e392ff38f5c23 (patch)
tree80db51b860ca99ed3420fe042181d4ae43d65ef8
parente675bcf18c9df5b339c3158c1b418f538304f174 (diff)
edits
-rw-r--r--slides.tex14
1 files changed, 10 insertions, 4 deletions
diff --git a/slides.tex b/slides.tex
index cd96f8f..cdd77b0 100644
--- a/slides.tex
+++ b/slides.tex
@@ -191,7 +191,7 @@
\end{minipage}
\begin{minipage}{.68\textwidth}
\begin{enumerate}
- \item Easy implementation due to derivation overloading pattern from Nix
+ \item Easy implementation due to derivation overriding pattern from Nix
\item Call \Verb|(bionix.slurm \{ ... \}).samtools.sort| instead of \Verb|bionix.samtools.sort|
\onslide<2>\item Easy to shift previous example to HPC execution
\end{enumerate}
@@ -199,12 +199,18 @@
\end{frame}
\begin{frame}
- \frametitle{WDL example translation}
+ \frametitle{NextFlow example translation}
\begin{minipage}{.5\textwidth}
- \includegraphics[height=.85\textheight]{nextflow-nix}
+ \begin{block}{BioNix}
+ \vspace{.25cm}
+ \includegraphics[height=.65\textheight]{nextflow-nix}
+ \end{block}
\end{minipage}
\begin{minipage}{.4\textwidth}
- \includegraphics[height=.85\textheight]{nextflow}
+ \begin{block}{NextFlow}
+ \vspace{.25cm}
+ \includegraphics[height=.65\textheight]{nextflow}
+ \end{block}
\end{minipage}
\end{frame}