Skip to content

Commit

Permalink
Mark skipped outputs as populated
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 17, 2022
1 parent 6eeedf0 commit 0ddf69e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/tools/actions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ def handle_output(name, output, hidden=None):
job, galaxy_session = self._new_job_for_session(trans, tool, history)
if skip:
job.state = job.states.SKIPPED
for output_collection in output_collections.out_collections.values():
output_collection.mark_as_populated()
object_store_populator = ObjectStorePopulator(trans.app, trans.user)
for data in out_data.values():
object_store_populator.set_object_store_id(data)
Expand Down

0 comments on commit 0ddf69e

Please sign in to comment.