We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
outputs_to_working_directory
1 parent f321a58 commit 27c256bCopy full SHA for 27c256b
planemo/galaxy/config.py
@@ -484,6 +484,7 @@ def config_join(*args):
484
migrated_tools_config=empty_tool_conf,
485
test_data_dir=test_data_dir, # TODO: make gx respect this
486
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
488
)
489
490
_handle_container_resolution(ctx, kwds, properties)
@@ -500,7 +501,6 @@ def config_join(*args):
500
501
# sanitize_all_html = True
502
# serve_xss_vulnerable_mimetypes = False
503
# track_jobs_in_database = None
- # outputs_to_working_directory = False
504
# retry_job_output_collection = 0
505
506
env = _build_env_for_galaxy(properties, template_args)
0 commit comments