mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Move another galaxy config (clean up job) into driver_util.
This commit is contained in:
@@ -80,7 +80,6 @@ def main():
|
||||
tool_config_file=tool_config_file,
|
||||
galaxy_data_manager_data_path=galaxy_data_manager_data_path,
|
||||
update_integrated_tool_panel=False,
|
||||
cleanup_job='onsuccess',
|
||||
enable_beta_tool_formats=True,
|
||||
auto_configure_logging=logging_config_file is None,
|
||||
data_manager_config_file=data_manager_config_file )
|
||||
|
||||
@@ -123,6 +123,7 @@ def setup_galaxy_config(
|
||||
allow_user_deletion=True,
|
||||
api_allow_run_as='test@bx.psu.edu',
|
||||
check_migrate_tools=False,
|
||||
cleanup_job='onsuccess',
|
||||
file_path=file_path,
|
||||
id_secret='changethisinproductiontoo',
|
||||
job_working_directory=job_working_directory,
|
||||
|
||||
Reference in New Issue
Block a user