Skip to content

Commit

Permalink
Merge branch 'release/1.0.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 31, 2017
2 parents b3ccb4c + 95ce00d commit b73ed4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dct:creator:
requirements:
- class: DockerRequirement
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.20"
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.21"
hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion DockstoreRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def run(self):
"analysis_type" : "%s",
"bundle_uuid" : "%s",
"workflow_params" : {
''' % (str(utc_datetime.isoformat("T")), self.parent_uuids.split(","), self.dockstore_url, self.workflow_name, self.workflow_version, self.workflow_type, self.bundle_uuid)
''' % (str(utc_datetime.isoformat("T")), json.dumps(self.parent_uuids.split(",")), self.dockstore_url, self.workflow_name, self.workflow_version, self.workflow_type, self.bundle_uuid)
i=0
(params_map, file_input_map) = self.map_params(transformed_json_path)
params_map_keys = params_map.keys()
Expand Down

0 comments on commit b73ed4e

Please sign in to comment.