diff --git a/Dockstore.cwl b/Dockstore.cwl index e1b2775..617656f 100644 --- a/Dockstore.cwl +++ b/Dockstore.cwl @@ -9,11 +9,11 @@ description: | ``` Usage: # fetch CWL - $> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4 > Dockstore.cwl + $> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5 > 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-4 \ + $> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5 \ --json Dockstore.json ``` @@ -24,7 +24,7 @@ dct:creator: requirements: - class: DockerRequirement - dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4" + dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-5" hints: - class: ResourceRequirement