diff options
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} |