diff options
-rw-r--r-- | pipeline.pdf | bin | 57446 -> 38715 bytes | |||
-rw-r--r-- | slides.tex | 17 | ||||
-rw-r--r-- | slurm.pdf | bin | 0 -> 131335 bytes | |||
-rw-r--r-- | tex.nix | 3 |
4 files changed, 18 insertions, 2 deletions
diff --git a/pipeline.pdf b/pipeline.pdf Binary files differindex 23bf273..2866b75 100644 --- a/pipeline.pdf +++ b/pipeline.pdf @@ -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 Binary files differnew file mode 100644 index 0000000..fbe0141 --- /dev/null +++ b/slurm.pdf @@ -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 ; } |