Loading lib/galaxy/jobs/__init__.py +3 −0 Original line number Diff line number Diff line Loading @@ -1249,6 +1249,9 @@ class MinimalJobWrapper(HasResourceParameters): job.interactive_url = self.app.interactivetool_manager.get_job_subdomain(job) compute_environment = compute_environment or self.default_compute_environment(job) if hasattr(self.app, "interactivetool_manager"): self.interactivetools = tool_evaluator.populate_interactivetools() self.app.interactivetool_manager.create_interactivetool(job, self.tool, self.interactivetools) tool_evaluator.set_compute_environment(compute_environment, get_special=get_special) ( self.command_line, Loading Loading
lib/galaxy/jobs/__init__.py +3 −0 Original line number Diff line number Diff line Loading @@ -1249,6 +1249,9 @@ class MinimalJobWrapper(HasResourceParameters): job.interactive_url = self.app.interactivetool_manager.get_job_subdomain(job) compute_environment = compute_environment or self.default_compute_environment(job) if hasattr(self.app, "interactivetool_manager"): self.interactivetools = tool_evaluator.populate_interactivetools() self.app.interactivetool_manager.create_interactivetool(job, self.tool, self.interactivetools) tool_evaluator.set_compute_environment(compute_environment, get_special=get_special) ( self.command_line, Loading