All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RCSWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:11, 17 October 2024 Pemartin talk contribs created page Draft: Workflow Management Systems (Created page with "= Overview = This guide gives an overview of running Workflow Management Systems (WfMS) like Prefect and Toil-CWL. == Toil-CWL == === Installation === There are two required environments for running toil CWL. In addition to a standard python environment we also need a node.js environment. First we create the python environment. $ python3 -m venv /path/to/new/virtual/environment We activate the environment with $ source /path/to/new/virtual/environment/bin/activate...")