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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meldb
concepts-processing
Commits
Commits · 28fde5f6cf2d74c60c0159479eedc5e83d17ca05
28fde5f6cf2d74c60c0159479eedc5e83d17ca05
Select Git revision
Selected
28fde5f6cf2d74c60c0159479eedc5e83d17ca05
Branches
8
dev
default
64-feat-blacklist-unwanted-concepts-from-output
61-feature-add-optional-backwards-mapping-for-consistency-with-older-version-2
main
protected
11-test-fix-tests-to-handle-licensed-data-resources-from-trud-snd-omop
general
pypi
old-main
Tags
1
v0.0.3
10 results
concepts-processing
acmc
phen.py
Author
Search by author
Any Author
authors
Jakub Dylag
jjd1c23
mjbonifa
mjbonifa
Paul Smart
ps10
zdz1g08
zdz1g08
4 authors
Browse files
Feb 26, 2025
fix: had to resolve the phen_path to full path rather than using the relative...
· 28fde5f6
mjbonifa
authored
4 months ago
28fde5f6
test: added tests for diff between config 1, 2, 3 in test_diff. Updated the...
· ba8a7ccb
mjbonifa
authored
4 months ago
ba8a7ccb
Feb 25, 2025
fix: error writing .gitignore with spaces before *.db and other lines. Closes
#39
· 7221405d
mjbonifa
authored
4 months ago
7221405d
fix. removed contributing.md from mkdocs
· 900c4949
mjbonifa
authored
4 months ago
900c4949
fix: added schema validation using Cerberus to the validation in phen. Closes
#16
· 8bda4c7c
mjbonifa
authored
4 months ago
8bda4c7c
Feb 24, 2025
started the precommit hook work, but seems more complex as it requires some...
· 3a7d715c
mjbonifa
authored
4 months ago
3a7d715c
refactor: tidied up the action code for categories but still not opimimal as...
· 49d78a3f
mjbonifa
authored
4 months ago
49d78a3f
refactor: completed refactoring of config to combine codes within concept...
· ca41792b
mjbonifa
authored
4 months ago
ca41792b
test: added new config3.yaml that includes hanlon. had to refactor phen map to...
· 6ecf468f
mjbonifa
authored
4 months ago
6ecf468f
refactor: converted all examples to yaml and added test for config2. Updated...
· 78e6fcd6
mjbonifa
authored
4 months ago
78e6fcd6
refactor: converted all examples to yaml and added test for config2. Updated...
· 9eca4250
mjbonifa
authored
4 months ago
9eca4250
Feb 23, 2025
added gitignore to phen init. closes
#4
· 60973bce
mjbonifa
authored
4 months ago
60973bce
test: run mypc to check types and add annotations. run black and reformatted...
· 829bb6c2
mjbonifa
authored
4 months ago
829bb6c2
refactor:trud and omop versions are now written in yaml format. When map is...
· 08006e0c
mjbonifa
authored
4 months ago
08006e0c
Feb 21, 2025
not dumped all database tables to file on export so they can be versioned
· ac87eca9
mjbonifa
authored
4 months ago
ac87eca9
implemented first part of export to create the omop database refactoring setup...
· 4cbcdfe5
mjbonifa
authored
4 months ago
4cbcdfe5
added exepected output to readme
· 289d4d48
mjbonifa
authored
4 months ago
289d4d48
refactord build directory. Moved trud and omop to a vocab directory. Moved...
· e6fa6be4
mjbonifa
authored
4 months ago
e6fa6be4
Feb 20, 2025
moved code types to a CodeTypeParser class they depend on the existance of the...
· 8e356322
mjbonifa
authored
4 months ago
8e356322
added initial pyproject.toml and testing creating package without conda.yaml,...
· f51e056a
mjbonifa
authored
4 months ago
f51e056a
added logging errors back in phen code, and not nested in the lambda function of parse
· 09d928c9
mjbonifa
authored
4 months ago
09d928c9
added exceptions in phen
· 25fa78ab
mjbonifa
authored
4 months ago
25fa78ab
added exceptions in phen
· 1e8776a8
mjbonifa
authored
4 months ago
1e8776a8
refactored process codes in phen, moved into a single function
· 7bc070b1
mjbonifa
authored
4 months ago
7bc070b1
removed the translate flag from teh phen code, not necessary and made the...
· e7c14011
mjbonifa
authored
4 months ago
e7c14011
removed the translate from map and convert codes, fixed covert codes so that...
· 3c02f68f
mjbonifa
authored
4 months ago
3c02f68f
fixed empty output exception as it did not print the config file path
· 8ab33d12
mjbonifa
authored
4 months ago
8ab33d12
changed code types to objectives not classes so don't need to instantiate them...
· 315be709
mjbonifa
authored
4 months ago
315be709
standardised code_type import in phen
· 305237d5
mjbonifa
authored
4 months ago
305237d5
standardised code_type import in phen
· 19918ce3
mjbonifa
authored
4 months ago
19918ce3
Feb 19, 2025
moved metadata to preprocess function
· 8c8ce07c
mjbonifa
authored
4 months ago
8c8ce07c
checked metadata_df
· 633702e3
mjbonifa
authored
4 months ago
633702e3
fixed state but between test and running from the command line
· 75615a67
mjbonifa
authored
4 months ago
75615a67
removed -verify from option as always should be doing this and added some...
· ab787128
mjbonifa
authored
4 months ago
ab787128
Refactored base into logging; moved raise_ to raise_exception in parse as more...
· 131f74ac
mjbonifa
authored
4 months ago
131f74ac
Feb 18, 2025
refactored files into the module acmc and sorted all the imports
· 5e1fdfc4
mjbonifa
authored
4 months ago
5e1fdfc4
changed all print statements for logging, and configured the default level...
· 7de89272
mjbonifa
authored
4 months ago
7de89272
added initial logging setup but not updated any of the print statements yet as...
· dbb536f0
mjbonifa
authored
4 months ago
dbb536f0
added initial pytests for basic workflow
· 767dfd1c
mjbonifa
authored
4 months ago
767dfd1c
added OMOP versioning
· 28aecd75
mjbonifa
authored
4 months ago
28aecd75
Loading