Support for discovery objects metadata and DOI minting and parsing from external sources
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)