You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data in UTA would be more accessible if it were accessible through REST interface.
The REST interface should be rich enough to obviate the psycopg2 dependency in the hgvs package.
Deploy as docker image.
TBC: Unclear whether sequence lookup should be part of UTA -- it's both necessary (e.g., for md5 validation) and difficult/inefficient to store in a database (e.g., genomic NC sequences).
TBC: Package structure could be with uta clients as separate package. If separate, psycopg2/pq dependency should be optional.
The text was updated successfully, but these errors were encountered:
If you ever make your REST service, I'd love to collaborate to agree on a standard for JSON representation (in fact, proposing a GA4GH standard may be worth doing)
Feel free to use any of the code etc I've written (all under MIT)
Originally reported by Reece Hart (Bitbucket: reece, GitHub: reece) in biocommons/uta #164
Migrated by bitbucket-issue-migration on 2016-09-09 15:15:07
Data in UTA would be more accessible if it were accessible through REST interface.
The REST interface should be rich enough to obviate the psycopg2 dependency in the hgvs package.
Deploy as docker image.
TBC: Unclear whether sequence lookup should be part of UTA -- it's both necessary (e.g., for md5 validation) and difficult/inefficient to store in a database (e.g., genomic NC sequences).
TBC: Package structure could be with uta clients as separate package. If separate, psycopg2/pq dependency should be optional.
The text was updated successfully, but these errors were encountered: