From 1712f2ba1d6ae011913d18ad917b118eff3cd5fd Mon Sep 17 00:00:00 2001 From: Samantha Wittke Date: Fri, 15 Mar 2024 20:33:33 +0200 Subject: [PATCH] typo fix --- content/workflow-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/workflow-management.md b/content/workflow-management.md index 66ab543..5156baf 100644 --- a/content/workflow-management.md +++ b/content/workflow-management.md @@ -54,7 +54,7 @@ $ bash run_all.sh This is **imperative style**: we tell the script to run these steps in precisely this order, as we would run them manually, one after another. -````{disucssion} +````{discussion} - What are the advantages of this solution compared to processing all one by one? - Is the scripted solution reproducible? - Imagine adding more steps to the analysis and imagine the steps being time consuming. What problems do you anticipate