Skip to content

Commit 88e1afb

Browse files
committed
allow later CWL versions with local runners as well
1 parent 8427972 commit 88e1afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_service/cwl_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def GetServiceInfo(self):
161161
[runner, "--version"], stderr=subprocess.PIPE
162162
).communicate()
163163
r = {
164-
"workflow_type_versions": {"CWL": {"workflow_type_version": ["v1.0"]}},
164+
"workflow_type_versions": {"CWL": {"workflow_type_version": ["v1.0", "v1.1", "v1.2"]}},
165165
"supported_wes_versions": ["0.3.0", "1.0.0"],
166166
"supported_filesystem_protocols": ["file", "http", "https"],
167167
"workflow_engine_versions": {"cwl-runner": str(stderr)},

0 commit comments

Comments
 (0)