Skip to content

Commit b3ccb4c

Browse files
author
Ubuntu
committed
Merge branch 'release/1.0.20'
2 parents b447f1b + f37d270 commit b3ccb4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockstore.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dct:creator:
2424
2525
requirements:
2626
- class: DockerRequirement
27-
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.19"
27+
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.20"
2828
2929
hints:
3030
- class: ResourceRequirement

DockstoreRunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def run(self):
467467
{
468468
"version" : "1.0.0",
469469
"timestamp" : "%s",
470-
"parent_uuids" :"%s",
470+
"parent_uuids" : %s,
471471
"workflow_url" : "%s",
472472
"workflow_name" : "%s",
473473
"workflow_version" : "%s",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ Most people, other than developers of this tool, will use the Dockstore CLI to i
9999

100100
# patch in /usr/local/lib/python2.7/dist-packages/cwltool
101101
# make a tmpdir like /datastore
102-
docker build -t quay.io/ucsc_cgl/dockstore-tool-runner:1.0.19 .
102+
docker build -t quay.io/ucsc_cgl/dockstore-tool-runner:1.0.20 .
103103
# fill in your JSON from Dockstore.json template as Dockstore.my.json
104104
mkdir /datastore; chown ubuntu:ubuntu /datastore/
105105
# local execution
106106
TMPDIR=/datastore dockstore tool launch --entry Dockstore.cwl --local-entry --json Dockstore.my.json
107107
# as root in /datastore
108108
TMPDIR=/datastore dockstore tool launch --entry ~ubuntu/gitroot/BD2KGenomics/dcc-dockstore-tool-runner/Dockstore.cwl --local-entry --json ~ubuntu/gitroot/BD2KGenomics/dcc-dockstore-tool-runner/Dockstore.my.json
109109
# execute published on dockstore (this is the way most people will use this tool!)
110-
dockstore tool launch --entry quay.io/ucsc_cgl/dockstore-tool-runner:1.0.19 --json Dockstore.my.json
110+
dockstore tool launch --entry quay.io/ucsc_cgl/dockstore-tool-runner:1.0.20 --json Dockstore.my.json
111111

112112
# running you see it launch the cwltool command, you mind find this useful while debugging
113113
cwltool --enable-dev --non-strict --enable-net --outdir /datastore/./datastore/launcher-ff6b55b3-52e8-430c-9a70-1ff295332698/outputs/ --tmpdir-prefix /datastore/./datastore/launcher-ff6b55b3-52e8-430c-9a70-1ff295332698/working/ /home/ubuntu/gitroot/BD2KGenomics/dcc-dockstore-tool-runner/Dockstore.cwl /datastore/./datastore/launcher-ff6b55b3-52e8-430c-9a70-1ff295332698/workflow_params.json

0 commit comments

Comments
 (0)