diff --git a/slides/creators/Decorating_the_Workflow.tex b/slides/creators/Decorating_the_Workflow.tex index c2c8423..f897f20 100644 --- a/slides/creators/Decorating_the_Workflow.tex +++ b/slides/creators/Decorating_the_Workflow.tex @@ -312,14 +312,14 @@ \subsection{The Configuration File} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\begin{frame} +\begin{frame}[fragile] \frametitle{Logging - III} \begin{question}[Questions] What did you observe? Why is there a distinction per sample? \end{question} \pause \begin{docs} - This rule's output will not clutter the terminal any more. All necessary information is in a log \emph{per} sample: If one attempt to map goes wrong, the specific error can be found in the sample log. + The \altverb{bwa_map} (and bcftools) output will not clutter the terminal any more. All necessary information is in a log \emph{per} sample: If one attempt to map goes wrong, the specific error can be found in the sample log. \end{docs} \end{frame}