Skip to content

Commit de427a7

Browse files
committed
Add defaults for params to settings.toml schema
1 parent 46c73f0 commit de427a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ properties:
2929
results_root:
3030
type: string
3131
description: Results root path to save MUSE2 results
32-
default: ""
32+
default: "muse2_results"
3333
notes: Defaults to a "muse2_results" folder within the current working directory.
3434
graph_results_root:
3535
type: string
3636
description: Results root path to save MUSE2 graph outputs
37-
default: ""
37+
default: "muse2_graphs"
3838
notes: Defaults to a "muse2_graphs" folder within the current working directory.

0 commit comments

Comments
 (0)