aboutsummaryrefslogtreecommitdiff
path: root/slides.tex
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-11-08 09:38:01 +1100
committerJustin Bedo <cu@cua0.org>2020-11-08 09:58:28 +1100
commit143394194d535fcfd5dcaa8dcbad98b50f48a7e5 (patch)
tree0c6185dd17a0ad4bc6d1742ce15bd00a6407d982 /slides.tex
parent2a33da654119918dfb04a3f50c219c2cf22b115d (diff)
draft HPC slide
Diffstat (limited to 'slides.tex')
-rw-r--r--slides.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/slides.tex b/slides.tex
index 3b0016f..fe5bccf 100644
--- a/slides.tex
+++ b/slides.tex
@@ -1,5 +1,8 @@
\documentclass[aspectratio=169]{beamer}
+\usepackage{fancyvrb}
+\usepackage{tgcursor}
+
\usepackage{microtype}
\usepackage{tikz}
\usetikzlibrary{fit}
@@ -174,12 +177,26 @@
\end{frame}
\begin{frame}
+ \frametitle{HPC execution}
+ \begin{minipage}{.3\textwidth}
+ \includegraphics[width=\linewidth]{slurm}
+ \end{minipage}
+ \begin{minipage}{.68\textwidth}
+ \begin{enumerate}
+ \item Easy implementation due to derivation overloading pattern from Nix
+ \item Call \Verb|(bionix.slurm \{ ... \}).samtools.sort| instead of \Verb|bionix.samtools.sort|
+ \end{enumerate}
+ \end{minipage}
+\end{frame}
+
+\begin{frame}
\frametitle{Real-world usage at WEHI}
\begin{enumerate}
\item Stafford Fox Rare Cancer Project
\item $\geq100$ WGS/WES samples totalling 20 TiB of primary data
\item SNV calling, neoantigen prediction, structural variants, copy number, mutational signatures, and report generation
\item CI ensures reports are always up to date and consistent across the cohort
+ \item Processed at Pawsey (Slurm) and WEHI (PBS \& Slurm)
\end{enumerate}
\end{frame}