Skip to content

Commit

Permalink
disable call-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 4, 2025
1 parent 60bc2ba commit 3edb81c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centaur/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ centaur {

# Path (absolute or relative) where Centaur will look for test cases. The expectation is that each test
# case will be in a subdirectory named FOO with workflow, inputs, and options files.
standardTestCasePath: "centaur/src/main/resources/lmtest"
standardTestCasePath: "centaur/src/main/resources/standardTestCases"
# optionalTestPath: "/some/path/to/tests"

# A mixture of syntaxes used by
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"read_from_cache":false
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ files {
sub_workflow_interactions/sub_workflow_interactions_import.wdl,
sub_workflow_interactions/sub_workflow_interactions.wdl
]
# Adds option to disable call-caching
options: recursive_imports/recursive_imports_cost.options
}

metadata {
workflowName: recursive_imports_cost
status: Succeeded
}

cost: 0.011111
cost: 0.0016

0 comments on commit 3edb81c

Please sign in to comment.