Skip to content

Commit

Permalink
Added basic FeatureExtraction module
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Jul 14, 2023
1 parent 067de3d commit 50bf543
Show file tree
Hide file tree
Showing 5 changed files with 672 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ PACKAGES = \
circe \
cohort-generator \
database-connector \
sqlrender
sqlrender \
feature-extraction

help:
@echo "install - install all packages"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ Packages to be wrapped:
a REST API)

Release packages: `ohdsi-circe`, `ohdsi-capr`, `ohdsi-cohortgenerator`, `ohdsi-sqlrender`, `ohdsi-databaseconnector`, `ohdsi-featureextraction`

# Some notes
- installing some OHDSI packages required the `--no-multiarch` flag:
INSTALL_opts=c("--no-multiarch").
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
Loading

0 comments on commit 50bf543

Please sign in to comment.