Skip to content

Commit 92886ed

Browse files
committed
arvados supports CWL v1.1 and v1.2
1 parent 1d8d042 commit 92886ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_service/arvados_wes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def GetServiceInfo(self):
8585
["arvados-cwl-runner", "--version"], stderr=subprocess.PIPE
8686
).communicate()
8787
return {
88-
"workflow_type_versions": {"CWL": {"workflow_type_version": ["v1.0"]}},
88+
"workflow_type_versions": {"CWL": {"workflow_type_version": ["v1.0", "v1.1", "v1.2"]}},
8989
"supported_wes_versions": ["0.3.0", "1.0.0"],
9090
"supported_filesystem_protocols": ["http", "https", "keep"],
9191
"workflow_engine_versions": {"arvados-cwl-runner": str(stderr)},

0 commit comments

Comments
 (0)