We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2594853 commit 41f37c5Copy full SHA for 41f37c5
planemo/engine/galaxy.py
@@ -205,17 +205,6 @@ def _serve_kwds(self):
205
serve_kwds["uvx_galaxy"] = True
206
return serve_kwds
207
208
- @contextlib.contextmanager
209
- def ensure_runnables_served(self, runnables):
210
- """Ensure runnables are served using uvx Galaxy configuration."""
211
- with serve_daemon(self._ctx, runnables, **self._serve_kwds()) as config:
212
- if "install_args_list" in self._serve_kwds():
213
- self.shed_install(config)
214
- try:
215
- yield config
216
- finally:
217
- config.kill()
218
-
219
220
class ExternalGalaxyEngine(GalaxyEngine):
221
"""An :class:`Engine` implementation backed by an external Galaxy instance."""
0 commit comments