From 8226a2d78d09a24c294bbac4f87eaf9a2dfda15a Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Tue, 21 Jun 2016 19:38:30 +0000 Subject: [PATCH] updates --- Dockstore.cwl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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