Draft: Workflow Management Systems: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2024

  • curprev 15:1115:11, 17 October 2024Pemartin talk contribsm 2,211 bytes +14 →‎Overview Tag: Visual edit
  • curprev 15:1115:11, 17 October 2024Pemartin talk contribs 2,197 bytes +2,197 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..."