Skip to content

Commit

Permalink
Update links to the schema of CWL v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Aug 28, 2024
1 parent 4286338 commit 81c9199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Each parser is generated with [schema-salad-tool](https://github.com/common-work

- CWL v1.2
```console
$ 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
$ 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
```

- You can specify the package name via `--codegen-package`.
Expand Down
2 changes: 1 addition & 1 deletion update-parsers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ schema-salad-tool --codegen dlang --codegen-package cwl.v1_1 --codegen-parser-in

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

0 comments on commit 81c9199

Please sign in to comment.