You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Galaxy job failed in the TESJobRunner due to AttributeError: 'HierarchicalObjectStore' object has no attribute 'file_path'
File "/srv/galaxy/server/lib/galaxy/jobs/runners/__init__.py", line 177, in run_next
method(arg)
File "/srv/galaxy/server/lib/galaxy/jobs/runners/tes.py", line 371, in queue_job
job_script = self.build_script(job_wrapper, client_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/galaxy/server/lib/galaxy/jobs/runners/tes.py", line 299, in build_script
object_store_path = job_wrapper.object_store.file_path
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The code was functional on local installation of Galaxy
As I read this you were relying on file_path, but that does not exist on object stores. It worked for you likely because incidentally the default object store uses that value to bootstrap the config.
Galaxy job failed in the TESJobRunner due to
AttributeError: 'HierarchicalObjectStore' object has no attribute 'file_path'
The code was functional on local installation of Galaxy
Temporary fix:
BorisYourich/galaxy
*copy and open link in new window
The text was updated successfully, but these errors were encountered: