From 05aec781ac6aa8fd7d9aaa513fd9616d445f787d Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Espinosa Date: Mon, 18 Nov 2024 16:14:37 +0100 Subject: [PATCH] some fixes --- episodes/REANA.md | 2 +- learners/setup.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/episodes/REANA.md b/episodes/REANA.md index e1178b8..c65b9d4 100644 --- a/episodes/REANA.md +++ b/episodes/REANA.md @@ -120,7 +120,7 @@ total 3 This step verifies first if the snakefile contains a workflow that can be run, and second it verifies that the inputs in the `reana.yaml` file are correct. If everything looks ok, we can create a workflow called `test_SUSY` within the platform: ```BASH -reana_client create -w test_SUSY -f reana.yaml +reana-client create -w test_SUSY -f reana.yaml ``` Remember that this step will only create the workflow within REANA, you can verify it by looking at [https://reana.cern.ch/](https://reana.cern.ch/) or by running: diff --git a/learners/setup.md b/learners/setup.md index 140537e..d80fc53 100644 --- a/learners/setup.md +++ b/learners/setup.md @@ -135,3 +135,11 @@ snakemake --help :::::::::::::::::::::::instructor The rest of the tutorial will assume that the bash function exists. So better to emphasize to do that. ::::::::::::::::::::::: + +::::::::::::: discussion + +## Important Information about the tutorial + +Please note that some steps in this tutorial are **intentionally designed to produce errors**. These errors will highlight specific features and capabilities of the tools involved. If you encounter any errors, please continue following the tutorial to understand the underlying concepts. + +:::::::::::::::::::::::::::::::: \ No newline at end of file