diff --git a/planemo/galaxy/config.py b/planemo/galaxy/config.py index c995d96b9..a0a2a4a98 100644 --- a/planemo/galaxy/config.py +++ b/planemo/galaxy/config.py @@ -493,6 +493,7 @@ def config_join(*args): migrated_tools_config=empty_tool_conf, test_data_dir=test_data_dir, # TODO: make gx respect this shed_data_manager_config_file=shed_data_manager_config_file, + outputs_to_working_directory = "True", )) _handle_container_resolution(ctx, kwds, properties) write_file(config_join("logging.ini"), _sub(LOGGING_TEMPLATE, template_args))