Move another galaxy config (clean up job) into driver_util.

This commit is contained in:
John Chilton
2016-03-29 08:04:26 -04:00
parent e356c80c02
commit 1b80e6e8d1
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -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 )
+1
View 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,