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

Commit

Permalink
updating the paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 22, 2016
1 parent 2715b9c commit c8d7734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ description: |
```
Usage:
# fetch CWL
$> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5 > Dockstore.cwl
$> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-7 > Dockstore.cwl
# make a runtime JSON template and edit it (or use the content of sample_configs.json in this git repo)
$> dockstore tool convert cwl2json --cwl Dockstore.cwl > Dockstore.json
# run it locally with the Dockstore CLI
$> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5 \
$> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-7 \
--json Dockstore.json
```

Expand All @@ -25,7 +25,7 @@ dct:creator:
requirements:
- class: DockerRequirement
dockerPull: "quay.io/collaboratory/dockstore-tool-bamstats:1.25-6"
dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-7"
hints:
- class: ResourceRequirement
Expand Down

0 comments on commit c8d7734

Please sign in to comment.