Skip to content

Support for discovery objects metadata and DOI minting and parsing from external sources

Compare
Choose a tag to compare
@Avantol13 Avantol13 released this 10 Jul 20:32
· 187 commits to master since this release
81851a4

Release Notes

For: uc-cdis/gen3sdk-python
Notes since tag: 4.19.1
Notes to tag/commit: 81851a4
Generated: 2023-07-10

New Features

  • discovery objects READ, PUBLISH, and DELETE (#188)
  • External interface to dbGaP's Study Registration API (#183)
  • External interface / abstraction for getting all DOI related metadata from
    dbGaP's APIs (#183)
  • High level function for automatically getting all necessary DOI metadata
    for dbGaP datasets, updating/creating DOIs, and updating Gen3's Metadata
    API with the necessary information (#183)

Improvements

  • Refactor/organization of external metadata interfaces and a new
    ExternalMetadataSourceInterface class to inherit from (#183)