Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 17, 2024
1 parent db52e27 commit 6e8e9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/creators/A_First_Workflow_condensed.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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 <other arguments> \
Expand Down

0 comments on commit 6e8e9d4

Please # to comment.