Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

v1.5.0

Latest

Choose a tag to compare

@fcoralsasso fcoralsasso released this 19 Nov 19:22
8bece32

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 identical id. 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 than Patient and Sample table.

Fixes:

  • Some code styling issues.
  • Some unused import issues.

Updates:

  • README.

This update does not introduce any backward-incompatible changes.