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 d15c016 commit 5022928Copy full SHA for 5022928
README.md
@@ -0,0 +1,9 @@
1
+Requires Python 3.6.x or Python 3.7
2
+
3
+``` bash
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
9
+```
0 commit comments