Skip to content
Snippets Groups Projects
Commit 4311a342 authored by John Chilton's avatar John Chilton
Browse files

Update queued_cli manager for changes in Galaxy.

parent 6fbfcf54
No related branches found
No related tags found
3 merge requests!44Try to fix CI.,!38Generalize orchestrated container scheduling.,!22update Pulsar to 0.15.3
......@@ -21,7 +21,7 @@ class CliQueueManager(ExternalBaseManager):
def __init__(self, name, app, **kwds):
super().__init__(name, app, **kwds)
self.cli_interface = CliInterface(code_dir='.')
self.cli_interface = CliInterface()
self.shell_params, self.job_params = split_params(kwds)
def launch(self, job_id, command_line, submit_params={}, dependencies_description=None, env=[], setup_params=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment