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

Commit 8226a2d

Browse files
committed
updates
1 parent 17c60be commit 8226a2d

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
@@ -9,11 +9,11 @@ description: |
99
```
1010
Usage:
1111
# fetch CWL
12-
$> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4 > Dockstore.cwl
12+
$> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5 > Dockstore.cwl
1313
# make a runtime JSON template and edit it (or use the content of sample_configs.json in this git repo)
1414
$> dockstore tool convert cwl2json --cwl Dockstore.cwl > Dockstore.json
1515
# run it locally with the Dockstore CLI
16-
$> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4 \
16+
$> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5 \
1717
--json Dockstore.json
1818
```
1919

@@ -24,7 +24,7 @@ dct:creator:
2424
2525
requirements:
2626
- class: DockerRequirement
27-
dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4"
27+
dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5"
2828
2929
hints:
3030
- class: ResourceRequirement

0 commit comments

Comments
 (0)