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

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

parent ae917c8d
No related branches found
No related tags found
No related merge requests found
......@@ -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**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment