Skip to content

Commit

Permalink
fix: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 10, 2024
1 parent 4f879d4 commit 70991f2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion slides/common/About_Snakemake.tex
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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}
}
Expand Down

0 comments on commit 70991f2

Please # to comment.