SACGF / cdot

Transcript versions for HGVS libraries
MIT License
29 stars 5 forks source link

Method that returns latest data version #81

Closed davmlaw closed 1 month ago

davmlaw commented 1 month ago

Given we've split code and data, it's not not obvious what you should download for a release

We can read the latest releases easily via REST: https://api.github.com/repos/SACGF/cdot/releases

We could then look for "data" release that is most recent for our major version

davmlaw commented 1 month ago

See methods in cdot.data_release