We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc8279 commit 74020d1Copy full SHA for 74020d1
Makefile
@@ -210,7 +210,7 @@ cwl_utils/parser/cwl_v1_1.py: FORCE
210
cwl_utils/parser/cwl_v1_2.py: FORCE
211
schema-salad-tool --codegen python \
212
--codegen-parser-info "org.w3id.cwl.v1_2" \
213
- https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml \
+ https://github.com/common-workflow-language/cwl-v1.2/raw/codegen/CommonWorkflowLanguage.yml \
214
> $@
215
216
regen_parsers: cwl_utils/parser/cwl_v1_*.py
0 commit comments