Skip to content

Commit

Permalink
Adding options.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooja Chandra committed Jun 3, 2024
1 parent f6b6089 commit 28673fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions WDL/options.json
Original file line number Diff line number Diff line change
@@ -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
}



0 comments on commit 28673fd

Please sign in to comment.