Skip to content

Commit

Permalink
Also infer obejct store output paths for regular galaxy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 19, 2023
1 parent 16fcd6e commit aab011e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/jobs/runners/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ def _find_container(
tmp_directory=compute_tmp_directory,
home_directory=job_wrapper.home_directory(),
job_directory_type=job_directory_type,
output_paths=get_disk_paths(self.app.object_store) if job_directory_type == "galaxy" else None,
)

destination_info = job_wrapper.job_destination.params
Expand Down

0 comments on commit aab011e

Please sign in to comment.