File tree Expand file tree Collapse file tree 4 files changed +13511
-2341
lines changed Expand file tree Collapse file tree 4 files changed +13511
-2341
lines changed Original file line number Diff line number Diff line change @@ -152,13 +152,13 @@ Regenerate parsers
152
152
To regenerate install the ``schema_salad `` package and run:
153
153
154
154
``cwl_utils/parser/cwl_v1_0.py `` was created via
155
- ``schema-salad-tool --codegen python https://github.com/common-workflow-language/common-workflow-language /raw/codegen/v1.0/CommonWorkflowLanguage .yml --codegen-parser-info "org.w3id.cwl.v1_0" > cwl_utils/parser/cwl_v1_0.py ``
155
+ ``schema-salad-tool --codegen python https://github.com/common-workflow-language/cwltool /raw/codegen/cwltool/extensions .yml --codegen-parser-info "org.w3id.cwl.v1_0" > cwl_utils/parser/cwl_v1_0.py ``
156
156
157
157
``cwl_utils/parser/cwl_v1_1.py `` was created via
158
- ``schema-salad-tool --codegen python https://github.com/common-workflow-language/cwl-v1.1 /raw/codegen/CommonWorkflowLanguage .yml --codegen-parser-info "org.w3id.cwl.v1_1" > cwl_utils/parser/cwl_v1_1.py ``
158
+ ``schema-salad-tool --codegen python https://github.com/common-workflow-language/cwltool /raw/codegen/cwltool/extensions-v1.1 .yml --codegen-parser-info "org.w3id.cwl.v1_1" > cwl_utils/parser/cwl_v1_1.py ``
159
159
160
160
``cwl_utils/parser/cwl_v1_2.py `` was created via
161
- ``schema-salad-tool --codegen python https://github.com/common-workflow-language/cwl-v1.2 /raw/1.2.1_proposed/CommonWorkflowLanguage .yml --codegen-parser-info "org.w3id.cwl.v1_2" > cwl_utils/parser/cwl_v1_2.py ``
161
+ ``schema-salad-tool --codegen python https://github.com/common-workflow-language/cwltool /raw/codegen/cwltool/extensions-v1.2 .yml --codegen-parser-info "org.w3id.cwl.v1_2" > cwl_utils/parser/cwl_v1_2.py ``
162
162
163
163
Release
164
164
~~~~~~~
You can’t perform that action at this time.
0 commit comments