Skip to content

Commit b73ed4e

Browse files
author
Ubuntu
committed
Merge branch 'release/1.0.21'
2 parents b3ccb4c + 95ce00d commit b73ed4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.20"
27+
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.21"
2828
2929
hints:
3030
- class: ResourceRequirement

DockstoreRunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def run(self):
474474
"analysis_type" : "%s",
475475
"bundle_uuid" : "%s",
476476
"workflow_params" : {
477-
''' % (str(utc_datetime.isoformat("T")), self.parent_uuids.split(","), self.dockstore_url, self.workflow_name, self.workflow_version, self.workflow_type, self.bundle_uuid)
477+
''' % (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)
478478
i=0
479479
(params_map, file_input_map) = self.map_params(transformed_json_path)
480480
params_map_keys = params_map.keys()

0 commit comments

Comments
 (0)