From 28673fdf5053abe70b0bbf39f9207c38a35e0702 Mon Sep 17 00:00:00 2001 From: Pooja Chandra Date: Mon, 3 Jun 2024 11:44:23 -0700 Subject: [PATCH] Adding options.json files --- WDL/options.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 WDL/options.json diff --git a/WDL/options.json b/WDL/options.json new file mode 100644 index 0000000..2039bb9 --- /dev/null +++ b/WDL/options.json @@ -0,0 +1,12 @@ +{ + "workflow_failure_mode": "ContinueWhilePossible", + "final_workflow_outputs_dir": "/path/to/results/", + "use_relative_output_paths": true, + "final_workflow_log_dir": "/path/to/logs/", + "final_call_logs_dir": "/path/to/logs/", + "write_to_cache": true, + "read_from_cache": true +} + + +