This repository was archived by the owner on Nov 10, 2023. It is now read-only.
This release introduces
New:
- Log support: All the actions performed by
candig-ingestare now logged and stored as log files on the same directory where the ingest was called. - An
--overwriteflag that allows you to overwrite all existing records with identicalid. This is especially helpful when you need to pull data from external sources and perform nightly syncs to a candig-server database. - A
-dflag that allows you to write the description of a dataset. Note that this flag only has an effect when the dataset has not been created before. This flag will not overwrite existing dataset's description. - Allow users to specify
localIdas the unique identifier of all clinical records other thanPatientandSampletable.
Fixes:
- Some code styling issues.
- Some unused import issues.
Updates:
- README.
This update does not introduce any backward-incompatible changes.