COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
44 stars 15 forks source link

de-redundancy in Data Chunk #58

Closed KimballCai closed 1 year ago

KimballCai commented 2 years ago

reduce the redundancy for the columns of demographic information (e.g., gender, age, etc) in data storage.

liuchangshiye commented 1 year ago

We cannot run CohortExploration and CohortLoader now.

liuchangshiye commented 1 year ago

There is a bug in metachunkWS, the condition of whether the field is a userMetaField is wrong. I fixed it in another pr: fix issue #53.

KimballCai commented 1 year ago

This update is for the old version of the COOL system (i.e., version < 0.6.X)

we have updated this function in the latest code in the COOL system. Please check PR#91 [https://github.com/COOL-cohort/COOL/pull/91]