From f2b565f336641db9f39f181051d846e451b0ced6 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 24 Apr 2024 18:14:49 +0200 Subject: [PATCH] fix: corrected path for workflow profile --- slides/creators/Decorating_the_Workflow.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/creators/Decorating_the_Workflow.tex b/slides/creators/Decorating_the_Workflow.tex index a2a8543..6a0e72a 100644 --- a/slides/creators/Decorating_the_Workflow.tex +++ b/slides/creators/Decorating_the_Workflow.tex @@ -517,7 +517,7 @@ \subsection{The Command Line} Please execute the workflow again, now with \begin{lstlisting}[language=Bash, style=Shell, basicstyle=\footnotesize] $ # first copy the template profile: -$ cp -r ../profile . +$ cp -r ../tutorial/profile . $ snakemake --executor slurm \ > --default-resources slurm_partition=<++cluster.partition++> \ <+++ if cluster.account is defined +++> \