@@ -58,8 +58,8 @@ graph TD
58
58
E -->|Serial| F(<a href='/support/tutorials/many/'>GNU Parallel</a><br><a href='/computing/running/array-jobs/'>Array jobs</a><br><a href='/apps/hyperqueue/'>HyperQueue</a>)
59
59
E -->|Parallel| G(Single- or multinode subtasks?)
60
60
G -->|Single| H(Dependencies between subtasks?)
61
- G -->|Multi| I(<a href='/computing/running/fireworks/'>FireWorks</a>)
62
- H -->|Yes| J(<a href='https://snakemake.readthedocs.io/en/stable/'>Snakemake</a><br><a href='/support/tutorials/nextflow-puhti/'>Nextflow</a><br><a href='/computing/running/fireworks/'>FireWorks</a>)
61
+ G -->|Multi| I(<a href='/computing/running/fireworks/'>FireWorks</a><br><a href='/computing/running/toil-cwl-runner/'>Toil-CWL-Runner</a> )
62
+ H -->|Yes| J(<a href='https://snakemake.readthedocs.io/en/stable/'>Snakemake</a><br><a href='/support/tutorials/nextflow-puhti/'>Nextflow</a><br><a href='/computing/running/fireworks/'>FireWorks</a><br><a href='/computing/running/toil-cwl-runner/'>Toil-CWL-Runner</a> )
63
63
H -->|No| K(<a href='/apps/hyperqueue/'>HyperQueue</a>)
64
64
```
65
65
@@ -157,6 +157,8 @@ graph TD
157
157
with ` xargs ` , see [ xargsjob.sh] for example.
158
158
* [ FireWorks] is a flexible tool for defining, managing and
159
159
executing workflows with multiple steps and complex dependencies
160
+ * [ Toil-CWL-Runner] is an open source workflow manager using the Common
161
+ Workflow Language open standards
160
162
* [ HyperQueue] is a tool for efficient sub-node task scheduling
161
163
* [ Nextflow workflows using HyperQueue as an executor] can be leveraged to run
162
164
large workflows involving thousands of processes efficiently
@@ -199,6 +201,7 @@ workflows.
199
201
[ HyperQueue ] : ../../apps/hyperqueue.md
200
202
[ GNU Parallel ] : ../../support/tutorials/many.md
201
203
[ FireWorks ] : fireworks.md
204
+ [ Toil-CWL-Runner ] : toil-cwl-runner.md
202
205
[ contact CSC Service Desk ] : ../../support/contact.md
203
206
[ Nextflow ] : ../../support/tutorials/nextflow-puhti.md
204
207
[ Snakemake ] : https://snakemake.readthedocs.io/en/stable/
0 commit comments