Skip to content

Commit

Permalink
Fix document for generated parsers (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan authored Sep 30, 2021
1 parent 8c7ff08 commit f2ae78f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ saved_obj = save(cwl_obj)

To regenerate install the `schema_salad` package and run:

`cwl_utils/parser_v1_0.py` was created via
`cwl_utils/parser/cwl_v1_0.py` was created via
`schema-salad-tool --codegen python https://github.com/common-workflow-language/common-workflow-language/raw/main/v1.0/CommonWorkflowLanguage.yml`

`cwl_utils/parser_v1_1.py` was created via
`cwl_utils/parser/cwl_v1_1.py` was created via
`schema-salad-tool --codegen python https://github.com/common-workflow-language/cwl-v1.1/raw/main/CommonWorkflowLanguage.yml`

`cwl_utils/parser_v1_2.py` was created via
`cwl_utils/parser/cwl_v1_2.py` was created via
`schema-salad-tool --codegen python https://github.com/common-workflow-language/cwl-v1.2/raw/main/CommonWorkflowLanguage.yml`


Expand Down

0 comments on commit f2ae78f

Please sign in to comment.