Skip to content

Commit

Permalink
Also mark direct HDCA outputs as skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Aug 30, 2024
1 parent 4667cec commit 96e7487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tools/actions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ def handle_output(name, output, hidden=None):
output_collection.mark_as_populated()
for hdca in output_collections.out_collection_instances.values():
hdca.visible = False
hdca.collection.mark_as_populated()
object_store_populator = ObjectStorePopulator(trans.app, trans.user)
for data in out_data.values():
data.set_skipped(object_store_populator)
Expand Down

0 comments on commit 96e7487

Please sign in to comment.