Skip to content

Commit 81c9199

Browse files
committed
Update links to the schema of CWL v1.2
1 parent 4286338 commit 81c9199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each parser is generated with [schema-salad-tool](https://github.com/common-work
2525

2626
- CWL v1.2
2727
```console
28-
$ schema-salad-tool --codegen dlang https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml --codegen-package cwl.v1_2 --codegen-parser-info "CWL v1.2 parser generated with schema-salad-tool" --codegen-examples resources/cwl-v1.2 > v1_2.d
28+
$ schema-salad-tool --codegen dlang https://github.com/common-workflow-language/cwl-v1.2/raw/codegen/CommonWorkflowLanguage.yml --codegen-package cwl.v1_2 --codegen-parser-info "CWL v1.2 parser generated with schema-salad-tool" --codegen-examples resources/cwl-v1.2 > v1_2.d
2929
```
3030

3131
- You can specify the package name via `--codegen-package`.

update-parsers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ schema-salad-tool --codegen dlang --codegen-package cwl.v1_1 --codegen-parser-in
1414

1515
schema-salad-tool --codegen dlang --codegen-package cwl.v1_2 --codegen-parser-info "CWL v1.2 parser generated with schema-salad-tool" \
1616
--codegen-examples resources/cwl-v1.2 \
17-
https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml > source/cwl/v1_2.d
17+
https://github.com/common-workflow-language/cwl-v1.2/raw/codegen/CommonWorkflowLanguage.yml > source/cwl/v1_2.d

0 commit comments

Comments
 (0)