File tree Expand file tree Collapse file tree 4 files changed +7601
-1807
lines changed Expand file tree Collapse file tree 4 files changed +7601
-1807
lines changed Original file line number Diff line number Diff line change @@ -152,13 +152,13 @@ Regenerate parsers
152152To regenerate install the ``schema_salad `` package and run:
153153
154154``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 ``
156156
157157``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 ``
159159
160160``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 ``
162162
163163Release
164164~~~~~~~
You can’t perform that action at this time.
0 commit comments