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 · 4b1a2f55cd8c0d04d3219cf7184c25f0c422c78f
4b1a2f55cd8c0d04d3219cf7184c25f0c422c78f
Select Git revision
Selected
4b1a2f55cd8c0d04d3219cf7184c25f0c422c78f
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 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
shorted all the _code references removing _code as not needed and maps API and configuration easier
· c87d1411
mjbonifa
authored
4 months ago
c87d1411
moved publish.py to the output of the map function ratehr than a separate...
· 74638822
mjbonifa
authored
4 months ago
74638822
changed phen/output directory to phen/map and added concept-sets directory
· e5cbdbd2
mjbonifa
authored
4 months ago
e5cbdbd2
tidied phen init
· 66f7c9e9
mjbonifa
authored
4 months ago
66f7c9e9
fixed the version from commit, supports an empty repo or a repo that's been...
· dd623973
mjbonifa
authored
4 months ago
dd623973
added ACMC_GITHUB_PAT and ACMC_GITLAB_PAT as environmnet variables and...
· 43cba163
mjbonifa
authored
4 months ago
43cba163
Feb 17, 2025
tested with remote repo in github and gitlab soton
· 80685c23
mjbonifa
authored
5 months ago
80685c23
added support for initialising from a remote repository
· 0a65ea76
mjbonifa
authored
5 months ago
0a65ea76
added version control through a git repository; changed init to create the git...
· e50447ea
mjbonifa
authored
5 months ago
e50447ea
Feb 16, 2025
added phen validate as a command to validate the configuration in a specified directory
· 8c0be40f
mjbonifa
authored
5 months ago
8c0be40f
refactored trud constants from MAPS to TRUD
· c156c2d0
mjbonifa
authored
5 months ago
c156c2d0
Loading