diff options
author | Justin Bedo <cu@cua0.org> | 2020-11-10 08:40:44 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-11-10 08:40:44 +1100 |
commit | de412a560d1fc161cf2d94aaae9e392ff38f5c23 (patch) | |
tree | 80db51b860ca99ed3420fe042181d4ae43d65ef8 /slides.tex | |
parent | e675bcf18c9df5b339c3158c1b418f538304f174 (diff) |
edits
Diffstat (limited to 'slides.tex')
-rw-r--r-- | slides.tex | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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} |