Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Nov 18, 2024
1 parent a04881c commit 05aec78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/REANA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

::::::::::::::::::::::::::::::::

0 comments on commit 05aec78

Please sign in to comment.