Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

GA4GH Modularization

Pre-release
Pre-release
Compare
Choose a tag to compare
@kozbo kozbo released this 24 Jan 19:51
· 55 commits to master since this release

The main focus of this release is to break out reusable components into separately installable modules. These include:

  • ga4gh: Main PyPi module that contains all the server code. This module depends on all of the following modules.
  • ga4gh-schemas: PyPi module that provides access to the compiled schema code
  • ga4gh-client: PyPi module that includes the full client API library
  • ga4gh-common: PyPi module that has common code needed by the server, client and schemas. This module will be installed automatically as a dependency.

There are a number of bugfixes and documentation changes also included in this release. Details can be found in the release notes.