Skip to content

Commit

Permalink
Merge pull request #6780 from mvdbeek/visible_extracted_datasets
Browse files Browse the repository at this point in the history
[18.09] All extracted datasets should be visible
  • Loading branch information
jmchilton committed Sep 27, 2018
2 parents 04d2d2e + 0743c7b commit b44379c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2490,6 +2490,7 @@ def produce_outputs(self, trans, out_data, output_collections, incoming, history
raise Exception("Invalid tool parameters.")
extracted = extracted_element.element_object
extracted_o = extracted.copy(copy_tags=tags, new_name=extracted_element.element_identifier)
extracted_o.visible = True
self._add_datasets_to_history(history, [extracted_o])

out_data["output"] = extracted_o
Expand Down

0 comments on commit b44379c

Please sign in to comment.