From 0b243914b72cb7d749fc1e58888873e6a7037abb Mon Sep 17 00:00:00 2001 From: Michael Boniface <m.j.boniface@soton.ac.uk> Date: Tue, 25 Feb 2025 12:40:24 +0000 Subject: [PATCH] docs: added directory docs and yaml config doc file. closes #9 --- docs/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index d0d4f7e..071f821 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,18 +41,18 @@ The tool supports verification and mapping across diagnostic coding formats belo ## Phenotype Definition -### **Phenotype directory structure +### **Phenotype directory structure** ``` workspace/ # Default workspace directory ├── phen/ # Default phenotype directory │ ├── codes/ # Phenotype source concept code lists directory │ ├── concept-set/ # Processed phenotype concept sets in CSV format -│ ├── map/ # Process mapping from source to target code types -│ │ ├── errors/ # Errors recorded during mapping -│ ├── omop/ # Processed phenotype concept sets in OMOP database CSV files -│ ├── config.yaml # Phenotype configuration file -│ ├── vocab_versions.yaml # Versions file for vocabularies used to generate concept sets +│ ├── map/ # Process mapping from source to target code types +│ │ ├── errors/ # Errors recorded during mapping process +│ ├── omop/ # Processed phenotype concept sets in OMOP database CSV files +│ ├── config.yaml # Phenotype configuration file +│ ├── vocab_versions.yaml # Versions file for vocabularies used to generate concept sets ``` ### **Configuration File** -- GitLab