We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102f8fa commit 66b3712Copy full SHA for 66b3712
1 file changed
README.md
@@ -27,13 +27,13 @@ mkdir output
27
docker run --user $(id -u):$(id -g) --rm \
28
-v /path/to/wdl-project:/data \
29
-v $(pwd)/output:/output \
30
- taniguti/wdlatlas:0.1.0 generate /data -o /output
+ taniguti/wdlatlas:0.1.1 generate /data -o /output
31
32
# Generate graph
33
34
35
36
- taniguti/wdlatlas:0.1.0 graph /data/workflow.wdl -o /output/graph.md
+ taniguti/wdlatlas:0.1.1 graph /data/workflow.wdl -o /output/graph.md
37
```
38
39
## Usage
0 commit comments