Skip to content

Commit

Permalink
Merge 8b57c4d into 811a67a
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Nov 11, 2018
2 parents 811a67a + 8b57c4d commit f9f40f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planemo/galaxy/activity.py
Expand Up @@ -365,6 +365,9 @@ def get_dataset(dataset_details, filename=None):
ctx.vlog("collecting outputs to directory %s" % output_directory)
for runnable_output in get_outputs(self._runnable):
output_id = runnable_output.get_id()
if not output_id:
ctx.vlog("Workflow output identified without an ID (label), skipping")
continue
output_dict_value = None
if self._runnable.type in [RunnableType.cwl_workflow, RunnableType.cwl_tool]:
galaxy_output = self.to_galaxy_output(runnable_output)
Expand Down

0 comments on commit f9f40f9

Please sign in to comment.