From 6e8e9d4bb63d4e756cb86657d9defbc386f07648 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 17 Apr 2024 15:35:43 +0200 Subject: [PATCH] fix: grammar --- slides/creators/A_First_Workflow_condensed.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/creators/A_First_Workflow_condensed.tex b/slides/creators/A_First_Workflow_condensed.tex index 5a56d6a..42a79a8 100644 --- a/slides/creators/A_First_Workflow_condensed.tex +++ b/slides/creators/A_First_Workflow_condensed.tex @@ -53,7 +53,7 @@ \section{A first Workflow} \frametitle{Specifiying Snakefiles (Details)} % impossible to use \Snakemake command in environment header \begin{docs}[Snakemake's default \altverb{Snakefile}] - The workflow definition in form of a snakefile. Usually, you should not need to specify this. By default, \Snakemake{} will search for "\altverb{Snakefile}", "\altverb{snakefile}","\altverb{workflow/Snakefile}", \\"\altverb{workflow/snakefile}" beneath the current working directory, in this order.\newline + The workflow definition in form of a file. Usually, there is not need to specify this. By default, \Snakemake{} will search for "\altverb{Snakefile}", "\altverb{snakefile}","\altverb{workflow/Snakefile}", \\"\altverb{workflow/snakefile}" beneath the current working directory, in this order.\newline When using a different layout, you can use \begin{lstlisting}[language=Bash, style=Shell] $ snakemake \