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
a1099faa
Commit
a1099faa
authored
1 month ago
by
mjbonifa
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into 'main'
Dev See merge request meldb/concepts-processing!43
parents
72fae868
df0e6cee
Branches
main
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/index.md
+3
-3
3 additions, 3 deletions
docs/index.md
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
5 additions
and
5 deletions
README.md
+
1
−
1
View file @
a1099faa
...
...
@@ -189,7 +189,7 @@ cp -r ./examples/concepts/* ./workspace/phen/concepts
From the command prompt, copy example phenotype configuration files `/examples/config.json` to the phenotype directory:
```
bash
cp
-r
./examples/config1.y
a
ml ./workspace/phen/config.y
a
ml
cp
-r
./examples/config1.yml ./workspace/phen/config.yml
```
-
You can view the configuarion file here
[
`config.json`
](
./examples/config.json
)
...
...
This diff is collapsed.
Click to expand it.
docs/index.md
+
3
−
3
View file @
a1099faa
...
...
@@ -71,13 +71,13 @@ workspace/ # Default workspace directory
│ │ ├── omop/ # Processed phenotype concept sets in OMOP CDM database exported as CSV files
│ ├── map/ # Process mapping from source to target code types
│ │ ├── errors/ # Errors recorded during mapping process
│ ├── config.y
a
ml # Phenotype configuration file
│ ├── vocab_versions.y
a
ml # Versions file for vocabularies used to generate concept sets
│ ├── config.yml # Phenotype configuration file
│ ├── vocab_versions.yml # Versions file for vocabularies used to generate concept sets
```
### **Configuration File**
Each phenotype is defined by configuration is stored in the root of the phenotype directory in
`config.y
a
ml`
. The file is yaml format.
Each phenotype is defined by configuration is stored in the root of the phenotype directory in
`config.yml`
. The file is yaml format.
#### **Root Phenotype Element**
-
`phenotype`
:
**(object)**
The root element containing all phenotype-related concept sets and metadata.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
a1099faa
...
...
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name
=
"acmc"
version
=
"0.1.
1
"
version
=
"0.1.
2
"
authors
=
[
{
name
=
"Jakub Dylag"
,
email
=
"j.j.dylag@soton.ac.uk"
}
,
{
name
=
"Michael Boniface"
,
email
=
"m.j.boniface@soton.ac.uk"
}
...
...
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