Skip to content

Commit

Permalink
episode1,episode6: mention Snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Sep 19, 2023
1 parent 9867057 commit 6abd015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _episodes/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ workflows in this lesson. REANA is a pilot project and supports:

- multiple workflow systems ([CWL](https://www.commonwl.org/),
[Serial](http://docs.reana.io/running-workflows/supported-systems/serial/),
[Snakemake](https://snakemake.readthedocs.io/en/stable/),
[Yadage](https://yadage.readthedocs.io/en/latest/))
- multiple compute backends ([Kubernetes](https://kubernetes.io/),
[HTCondor](https://research.cs.wisc.edu/htcondor/),
Expand Down
1 change: 1 addition & 0 deletions _episodes/06-developing-parallel-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ expressed as Directed Acyclic Graphs, for example:
The REANA platform supports several DAG workflow specification languages:

- [Common Workflow Language (CWL)](https://www.commonwl.org/) originated in life sciences
- [Snakemake](https://snakemake.readthedocs.io/en/stable/) originated in bioinformatics
- [Yadage](https://yadage.readthedocs.io/en/latest/) originated in particle physics

In this lesson we shall use the Yadage workflow specification language.
Expand Down

0 comments on commit 6abd015

Please sign in to comment.