@@ -58,8 +58,8 @@ graph TD
5858 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>)
5959 E -->|Parallel| G(Single- or multinode subtasks?)
6060 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> )
6363 H -->|No| K(<a href='/apps/hyperqueue/'>HyperQueue</a>)
6464```
6565
@@ -157,6 +157,8 @@ graph TD
157157 with ` xargs ` , see [ xargsjob.sh] for example.
158158* [ FireWorks] is a flexible tool for defining, managing and
159159 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
160162* [ HyperQueue] is a tool for efficient sub-node task scheduling
161163* [ Nextflow workflows using HyperQueue as an executor] can be leveraged to run
162164 large workflows involving thousands of processes efficiently
@@ -199,6 +201,7 @@ workflows.
199201[ HyperQueue ] : ../../apps/hyperqueue.md
200202[ GNU Parallel ] : ../../support/tutorials/many.md
201203[ FireWorks ] : fireworks.md
204+ [ Toil-CWL-Runner ] : toil-cwl-runner.md
202205[ contact CSC Service Desk ] : ../../support/contact.md
203206[ Nextflow ] : ../../support/tutorials/nextflow-puhti.md
204207[ Snakemake ] : https://snakemake.readthedocs.io/en/stable/
0 commit comments