Skip to content

Commit

Permalink
Add supported workflow language versions to README (#4923)
Browse files Browse the repository at this point in the history
This will fix #4896.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
adamnovak and github-actions[bot] authored May 21, 2024
1 parent b98a20b commit e8d85a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

Toil is a scalable, efficient, cross-platform (Linux & macOS) pipeline management system,
written entirely in Python, and designed around the principles of functional
programming. It supports running workflows written in either Common Workflow Language (`CWL`_) or
Workflow Description Language (`WDL`_), as well as having its own rich Python API for writing workflows against.
programming. It supports running workflows written in either Common Workflow Language (`CWL`_) 1.0-1.2 or
Workflow Description Language (`WDL`_) 1.0-1.1, as well as having its own rich Python API for writing workflows against.
It supports running workflows locally on your system (e.g. a laptop), on an HPC cluster, or in the cloud.

* Check the `website`_ for a description of Toil and its features.
Expand Down

0 comments on commit e8d85a4

Please sign in to comment.