ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 110 forks source link

Move ga4gh proto files up one directory #741

Closed dcolligan closed 7 years ago

dcolligan commented 7 years ago

Changed 'google' dir to 'elgoog' because of namespace collision

Issue https://github.com/dcolligan/ga4gh-schemas/issues/7

david4096 commented 7 years ago

Thanks @dcolligan, we're going to take a closer look at this in a future version. The current import line will state import ga4gh.schemas.ga4gh.variants_pb2. If there are elements you'd like to adapt that don't require renaming things, we can bring it in, but I think we'll live with the structure of the module as it stands for now.

Perhaps there's a way to make the __init__.py under ga4gh/schemas/ga4gh to a namespace package?

dcolligan commented 7 years ago

scrapping this after a conversation with @david4096 ... salvageable parts are in #743