Skip to content

Commit 27c256b

Browse files
Enable Galaxy outputs_to_working_directory by default (#1199)
1 parent f321a58 commit 27c256b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/galaxy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ def config_join(*args):
484484
migrated_tools_config=empty_tool_conf,
485485
test_data_dir=test_data_dir, # TODO: make gx respect this
486486
shed_data_manager_config_file=shed_data_manager_config_file,
487+
outputs_to_working_directory="True", # this makes Galaxy's files dir RO for dockerized testing
487488
)
488489
)
489490
_handle_container_resolution(ctx, kwds, properties)
@@ -500,7 +501,6 @@ def config_join(*args):
500501
# sanitize_all_html = True
501502
# serve_xss_vulnerable_mimetypes = False
502503
# track_jobs_in_database = None
503-
# outputs_to_working_directory = False
504504
# retry_job_output_collection = 0
505505

506506
env = _build_env_for_galaxy(properties, template_args)

0 commit comments

Comments
 (0)