This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Releases: CanDIG/candig-ingest
Releases · CanDIG/candig-ingest
v1.5.0
This release introduces
New:
- Log support: All the actions performed by
candig-ingest
are now logged and stored as log files on the same directory where the ingest was called. - An
--overwrite
flag 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
-d
flag 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
localId
as the unique identifier of all clinical records other thanPatient
andSample
table.
Fixes:
- Some code styling issues.
- Some unused import issues.
Updates:
- README.
This update does not introduce any backward-incompatible changes.
v1.5.0-alpha
This release introduces
New:
- An
--overwrite
flag 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
-d
flag 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.
Fixes:
- Some code styling issues.
- Some unused import issues.
Updates:
- README.
This update does not introduce any backward-incompatible changes.
v1.4.0
v1.3.1
v1.3.0
v1.2.0
This release introduces a number of updates:
- Due to the change of namespace in the candig-server, references to
ga4gh.*
have been changed tocandig.*
- Previously, the installation instructions in Readme has a few outdated commands, urls, etc. These have been replaced with the most up-to-date ones.
- Author email has been added.