We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b590789 commit 7bacebfCopy full SHA for 7bacebf
README.md
@@ -4,13 +4,13 @@ Requires Python 3.6.x or Python 3.7
4
git clone https://github.com/common-workflow-language/cwl-utils.git
5
virtualenv -p python3.6 venv3.6
6
source venv3.6/bin/activate
7
-pip install cwl-utils/docker_cache_pull/requirements.txt
8
-python docker_cache_pull/docker-extract.py path_to_my_workflow.cwl
+pip install cwl-utils
+python docker-extract.py path_to_my_workflow.cwl
9
```
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