From 2b34a2435c8eb21e0eae38dab4ea4f6f0cbfb0cd Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Thu, 24 Oct 2024 15:39:25 -0600 Subject: [PATCH] Fixing enum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ad2404..bb4b7dd0 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ In this workflow, task IDs correspond to location specific model runs (which are │ ├── job_metadata.json ``` -`/`: The base output directory. This could, for example, be `/` in a Docker container or dedicated output directory. +- `/`: The base output directory. This could, for example, be `/` in a Docker container or dedicated output directory. - `job_/`: A directory named after the specific job identifier, containing all outputs related to that job. All tasks within a job share this same top-level directory. - `raw_samples/`: A subdirectory within each job folder that holds the raw sample files from all tasks in the job. Task-specific *draws* output files all live together in this directory to enable easy globbing over task-partitioned outputs. - `samples_.parquet`: A file containing raw samples from the model, associated with a particular task identifier. This file has columns `job_id`, `task_id`, `geo_value`, `disease`, `model`, `_draw`, `_chain`, `_iteration`, `_variable`, `value`, and `reference_date`. These variables follow the [{tidybayes}](https://mjskay.github.io/tidybayes/articles/tidybayes.html) specification.