Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
concepts-processing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meldb
concepts-processing
Commits
0b243914
Commit
0b243914
authored
3 months ago
by
mjbonifa
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.md
+6
-6
6 additions, 6 deletions
docs/index.md
with
6 additions
and
6 deletions
docs/index.md
+
6
−
6
View file @
0b243914
...
...
@@ -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**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment