From 472bda993d9908d3dc8a2d31a0391920cf2b97a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Sat, 6 May 2023 23:47:30 +0200 Subject: [PATCH] outputs_to_working_directory should be true --- files/galaxy/tpv/destinations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/galaxy/tpv/destinations.yml b/files/galaxy/tpv/destinations.yml index 7b5f33d12..5f2dd593a 100644 --- a/files/galaxy/tpv/destinations.yml +++ b/files/galaxy/tpv/destinations.yml @@ -18,7 +18,7 @@ destinations: require_container: true submit_request_cpus: "{cores}" submit_request_memory: "{mem}G" - outputs_to_working_directory: false + outputs_to_working_directory: true container_monitor_result: callback submit_requirements: "GalaxyDockerHack == True"