Skip to content
Snippets Groups Projects
Commit ae917c8d authored by mjbonifa's avatar mjbonifa
Browse files

docs: added directory docs and yaml config doc file #9

parent 31a8ef93
Branches
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ The tool supports verification and mapping across diagnostic coding formats belo ...@@ -43,7 +43,6 @@ The tool supports verification and mapping across diagnostic coding formats belo
### **Phenotype directory structure ### **Phenotype directory structure
```markdown
``` ```
workspace/ # Default workspace directory workspace/ # Default workspace directory
├── phen/ # Default phenotype directory ├── phen/ # Default phenotype directory
...@@ -54,14 +53,13 @@ workspace/ # Default workspace directory ...@@ -54,14 +53,13 @@ workspace/ # Default workspace directory
│ ├── omop/ # Processed phenotype concept sets in OMOP database CSV files │ ├── omop/ # Processed phenotype concept sets in OMOP database CSV files
│ ├── config.yaml # Phenotype configuration file │ ├── config.yaml # Phenotype configuration file
│ ├── vocab_versions.yaml # Versions file for vocabularies used to generate concept sets │ ├── vocab_versions.yaml # Versions file for vocabularies used to generate concept sets
``` ```
```
### **Configuration File** ### **Configuration File**
Phenotype configuration is stored in the root of the phenotype directory in `config.yaml`. The file is yaml format. Phenotype configuration is stored in the root of the phenotype directory in `config.yaml`. The file is yaml format.
#### **Root Element** #### **Root Phenotype Element**
- `phenotype`: **(object)** The root element containing all phenotype-related concept sets and metadata. - `phenotype`: **(object)** The root element containing all phenotype-related concept sets and metadata.
#### **Phenotype Attributes** #### **Phenotype Attributes**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment