ga4gh-server icon indicating copy to clipboard operation
ga4gh-server copied to clipboard

Reference implementation of the APIs defined in ga4gh-schemas. RETIRED 2018-01-24

Results 100 ga4gh-server issues
Sort by recently updated
recently updated
newest added

Hi , When I ran the the command `ga4gh_server` , it came out the error ``` Database file 'ga4gh-example-data/registry.db' is malformed. ```

I've downloaded and built the docker image for both the master branch and the latest tagged version 0.3.6. After successfully building the docker images (_e.g._ docker build -t ga4gh_server_0_3_6 .)...

At a GA4GH Meeting it was decided to formally halt work on the Reference Server

I noticed that no new commit has been made since March, 2017. I would like to know what is the status of this project and if there are future plans...

Add links in documentation to other `ga4gh` API related software and how they can be used in relation to this software. Please just comment with links of software that is...

help wanted
wontfix
Documentation

When attempting to use the client against another GA4GH server it was found that it defaults to send a pageSize of 0. `{u'pageToken': u'', u'pageSize': 0}` are sent with the...

Follow up on #1583 We now have the ga4gh-server pypi package: https://pypi.python.org/pypi/ga4gh-server The legacy ga4gh pypi package should probably be deprecated: https://pypi.python.org/pypi/ga4gh

I just set up a new RTD site for the server: https://readthedocs.org/projects/ga4gh-server The old one is here: https://readthedocs.org/dashboard/ga4gh-reference-implementation When we are sure that the new one is stable, we should...

enhancement
Documentation
Infrastructure

I am trying to install the newest version of `ga4gh-server` package (0.3.6) via `pip`. After installation the server throws an error: ``` [Mon Mar 20 15:12:58.112647 2017] [wsgi:error] [pid 25664:tid...

bug

I am still trying to make a working example of Auth0-based server authentication. I followed the [instructions](http://ga4gh-reference-implementation.readthedocs.io/en/latest/configuration.html#configuring-auth0-service). I can login into the server and see the landing page after authentication....