File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Install
2+
13Requires Python 3.6.x or Python 3.7
24
35``` bash
46git clone https://github.com/common-workflow-language/cwl-utils.git
57virtualenv -p python3.6 venv3.6
68source venv3.6/bin/activate
79pip install cwl-utils
8- python docker-extract.py path_to_my_workflow.cwl
910```
1011
11- to regenerate install ` schema_salad ` package and run:
12+ ## Usage
13+
14+ ### Pull the image with Docker
15+
16+ This is the default behaviour:
17+
18+ ``` bash
19+ python docker_extract.py DIRECTORY path_to_my_workflow.cwl
20+ ```
21+
22+ ### Pull the image with Singularity
23+
24+ ``` bash
25+ python docker_extract.py --singularity DIRECTORY path_to_my_workflow.cwl
26+ ```
27+
28+ ## Regenerate
29+
30+ To regenerate install ` schema_salad ` package and run:
1231
1332```
1433schema-salad-tool --codegen python \
You can’t perform that action at this time.
0 commit comments