Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit e24e044

Browse files
committed
updates
1 parent 457b26a commit e24e044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockstore.cwl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ description: |
88
```
99
Usage:
1010
# fetch CWL
11-
$> dockstore cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 > Dockstore.cwl
11+
$> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 > Dockstore.cwl
1212
# make a runtime JSON template and edit it (or use the content of sample_configs.json in this git repo)
13-
$> dockstore convert cwl2json --cwl Dockstore.cwl > Dockstore.json
13+
$> dockstore tool convert cwl2json --cwl Dockstore.cwl > Dockstore.json
1414
# run it locally with the Dockstore CLI
15-
$> dockstore launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 \
15+
$> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 \
1616
--json Dockstore.json
1717
```
1818

0 commit comments

Comments
 (0)