-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(next-steps): advertise workflow tutorials and examples (#213)
- Loading branch information
1 parent
a89aec6
commit 9c01a6c
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |