Skip to content

Commit 541d834

Browse files
committed
add regenerate instructions
1 parent b6bc919 commit 541d834

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ source venv3.6/bin/activate
77
pip install cwl-utils/docker_cache_pull/requirements.txt
88
python docker_cache_pull/docker-extract.py path_to_my_workflow.cwl
99
```
10+
11+
to regenerate install `schema_salad` package and run:
12+
13+
```
14+
schema-salad-tool --codegen python \
15+
https://raw.githubusercontent.com/common-workflow-language/common-workflow-language/master/v1.0/CommonWorkflowLanguage.yml
16+
```

0 commit comments

Comments
 (0)