From 70991f24a616c1c8e024f9b62ef496e279be56b0 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 10 Apr 2024 21:27:28 +0200 Subject: [PATCH] fix: layout --- slides/common/About_Snakemake.tex | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/slides/common/About_Snakemake.tex b/slides/common/About_Snakemake.tex index f9d0dca..25e13e8 100644 --- a/slides/common/About_Snakemake.tex +++ b/slides/common/About_Snakemake.tex @@ -1,5 +1,18 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{About Snakemake} +{ + \usebackgroundtemplate{ + \vbox to \paperheight{\vfil\hbox to \paperwidth{\hfil\includegraphics[height=\paperheight]{logos/Wild_Python.jpg}\hfil}\vfil} + } + \frame{ + \frametitle{Snakemake} + \begin{mdframed}[tikzsetting={draw=white,fill=white,fill opacity=0.8, + line width=0pt},backgroundcolor=none,leftmargin=0, + rightmargin=150,innertopmargin=4pt,roundcorner=10pt] + \tableofcontents[currentsection,sections={1-4},hideothersubsections] + \end{mdframed} + } +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame} @@ -76,8 +89,10 @@ \subsection{Background} \Snakemake offers \begin{itemize}[<+->] \item to carry out Nextflow wrappers - \item to react on your input $\Rightarrow$ more samples, more jobs + \item to react on your input \newline $\Rightarrow$ more samples, more jobs \item to be a remedy to I/O contention + \item to be ready for real time \newline computation with cluster support + \item to support you from your input \newline to publication \item \ldots \end{itemize} }