aboutsummaryrefslogtreecommitdiff
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
parent2a33da654119918dfb04a3f50c219c2cf22b115d (diff)
draft HPC slide
-rw-r--r--pipeline.pdfbin57446 -> 38715 bytes
-rw-r--r--slides.tex17
-rw-r--r--slurm.pdfbin0 -> 131335 bytes
-rw-r--r--tex.nix3
4 files changed, 18 insertions, 2 deletions
diff --git a/pipeline.pdf b/pipeline.pdf
index 23bf273..2866b75 100644
--- a/pipeline.pdf
+++ b/pipeline.pdf
Binary files differ
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}
diff --git a/slurm.pdf b/slurm.pdf
new file mode 100644
index 0000000..fbe0141
--- /dev/null
+++ b/slurm.pdf
Binary files differ
diff --git a/tex.nix b/tex.nix
index 3206be2..eadaa5e 100644
--- a/tex.nix
+++ b/tex.nix
@@ -13,7 +13,6 @@ texlive.combine {
needspace newfloat newunicodechar pdftexcmds pgf preprint quoting ragged2e
relsize rerunfilecheck scalerel stringenc sttools textpos titlesec
trimspaces url xcolor xkeyval xpatch xstring zref listings oberdiek
- beamer
-
+ beamer fancyvrb tex-gyre
;
}