You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2024. It is now read-only.
Knitted notebooks and outputs, including metrics, are written to a configuration-specific subfolder of `results/`.
44
43
See `5.inspect-metrics` for how to access them.
45
44
46
-
### Optionally change output location
45
+
The example parameter file `params/params_cellhealth.yaml` reads the input directly from a public GitHub repo.
47
46
48
-
Use `results_root_dir` to specify the folder where you want the results to be stored.
47
+
Instead, your input might live on your local machine (and you might also want to store the results in some other folder).
49
48
50
-
In the example below, we set it to `/input` which is the folder that we mapped to `~/Desktop/input` on the host machine when we started the docker container.
49
+
In that case, the mapping (`~/Desktop/input:/input`) that you've set up in the docker command above will be useful.
50
+
51
+
To mock this up, we'll use the same input file as in the example parameter file above.
52
+
53
+
First download the file locally to `~/Desktop/input`:
0 commit comments