diff --git a/slides/common/About_Snakemake.tex b/slides/common/About_Snakemake.tex index 3bf8c24..f9d0dca 100644 --- a/slides/common/About_Snakemake.tex +++ b/slides/common/About_Snakemake.tex @@ -19,7 +19,6 @@ \section{About Snakemake} \end{docs} \end{frame} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{Background} @@ -63,4 +62,26 @@ \subsection{Background} \end{minipage}\\ \end{tabular} \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Benefit of Cluster Usage} + \begin{columns} + \begin{column}{0.6\textwidth} + \centering + \includegraphics[width=0.8\textwidth]{workflows/molecular_screening_dag.jpeg} + \end{column} + \begin{column}{0.6\textwidth} + {\footnotesize + \Snakemake offers + \begin{itemize}[<+->] + \item to carry out Nextflow wrappers + \item to react on your input $\Rightarrow$ more samples, more jobs + \item to be a remedy to I/O contention + \item \ldots + \end{itemize} + } + \end{column} + \end{columns} +\end{frame} \ No newline at end of file