Skip to content

Commit cbd64d9

Browse files
authored
Readme: correct list of versions supported (#86)
Mention SBG upgrader
1 parent a5d65f2 commit cbd64d9

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Common workflow language standalone document upgrader
33
=====================================================
44

55
This is a standalone upgrader for Common Workflow Language documents from
6-
version "draft-3" to "v1.0".
6+
version ``draft-3``, ``v1.0``, and ``v1.1`` to ``v1.2``.
7+
8+
See https://github.com/sbg/sevenbridges-cwl-draft2-upgrader for upgrading from ``sbg:draft-2``.
79

810
It does not check for correctness of the input document, for that one can use
9-
the CWL reference implementation.
11+
`the CWL reference implementation <https://github.com/common-workflow-language/cwltool>`_ (``cwltool --validate``).
1012

11-
This is written and tested for Python 3.5, 3.6, 3.7, and 3.8.
13+
This is written and tested for Python 3.6, 3.7, 3.8, 3.9, and 3.10.
1214

1315
Install
1416
-------
@@ -22,12 +24,9 @@ Or from source::
2224
git clone https://github.com/common-workflow-language/cwl-upgrader.git
2325
pip install ./cwl-upgrader/
2426

25-
# or if you don't have pip installed
26-
cd cwl-upgrader && python setup.py install
27-
2827
Run on the command line
2928
-----------------------
3029

3130
::
3231

33-
cwl-upgrader path-to-cwl-document
32+
cwl-upgrader path-to-cwl-document [another-path-to-cwl-document ...]

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"Programming Language :: Python :: 3.6",
4646
"Programming Language :: Python :: 3.7",
4747
"Programming Language :: Python :: 3.8",
48+
"Programming Language :: Python :: 3.9",
49+
"Programming Language :: Python :: 3.10",
4850
"Topic :: Scientific/Engineering",
4951
"Topic :: Scientific/Engineering :: Bio-Informatics",
5052
],

0 commit comments

Comments
 (0)