From de412a560d1fc161cf2d94aaae9e392ff38f5c23 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 10 Nov 2020 08:40:44 +1100 Subject: edits --- slides.tex | 14 ++++++++++---- 1 file 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} -- cgit v1.2.3