Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(tutorial): add link to HSF training #213

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/getting-started/next-steps/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Next steps

After getting familiarised with REANA, here are possible next steps that you
can take to get a deeper understanding of the system.

Firstly, you should explore dedicated tutorials for the declarative workflow
language you would like to use. For example:

- [CWL user guide](https://www.commonwl.org/user_guide/)
- [Snakemake tutorial](https://snakemake.readthedocs.io/en/stable/tutorial/tutorial.html)

REANA aims at providing a platform for running these workflows seamlessly, so
getting acquainted with the possibilities of the workflow system is important
in order to take the full advantage of the paradigm.

Secondly, you may want to explore [several existing REANA analysis
examples](https://github.com/reanahub?q=demo) on GitHub to see how typical data
analyses may be containerised and run as automated workflows.

Finally, you can read other dedicated documentation sections on this web site
for particular topics of interest. For example, if you would like to run
Jupyter notebooks alongside your workflows, please see [Running
notebooks](/running-notebooks/) on this web site.
3 changes: 3 additions & 0 deletions docs/getting-started/tutorial/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# In-depth tutorial

Please follow the HEP Software Foundation's training [Reproducible analyses
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this PR just adds a link to the existing tutorial. This tutorial uses Serial and Yadage. We may want to make a tutorial using RooFit and Snakemake (whilst pointing to the HSF tutorial in next steps). This will be part of separate issue; this PR is mostly to remove the blanks.

with REANA](https://hsf-training.github.io/hsf-training-reana-webpage/).