forked from ga4gh/ga4gh-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
50 lines (39 loc) · 2.2 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. image:: http://genomicsandhealth.org/files/logo_ga.png
==============================
GA4GH Reference Implementation
==============================
.. image:: https://img.shields.io/pypi/v/ga4gh.svg
:target: https://pypi.python.org/pypi/ga4gh/
:alt: Current PyPi Release
.. image:: https://readthedocs.org/projects/ga4gh-reference-implementation/badge/?version=latest
:target: http://ga4gh-reference-implementation.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/ga4gh/ga4gh-server
:target: https://gitter.im/ga4gh/ga4gh-server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. image:: https://img.shields.io/travis/ga4gh/ga4gh-server/master.svg
:alt: Current build status on Travis-CI, click for more
:target: https://travis-ci.org/ga4gh/ga4gh-server
.. image:: https://img.shields.io/codecov/c/github/ga4gh/ga4gh-server/master.svg
:alt: Current code coverage of master branch, click for details
:target: https://codecov.io/github/ga4gh/ga4gh-server
This is the development version of the GA4GH reference implementation.
If you would like to install the stable version of the server, please
see the instructions on `the PyPI page <https://pypi.python.org/pypi/ga4gh>`_.
The server is currently under heavy development, and many aspects of
the layout and APIs will change as requirements are better understood.
If you would like to help, please check out our list of
`issues <https://github.com/ga4gh/ga4gh-server/issues>`_!
The latest bleeding-edge documentation is available at `read-the-docs.org
<http://ga4gh-reference-implementation.readthedocs.org/en/latest>`_.
- For a quick start with the GA4GH API, please see our
`demo <http://ga4gh-reference-implementation.readthedocs.org/en/latest/demo.html>`_.
- To configure and deploy the GA4GH server in production
please see the
`installation
<http://ga4gh-reference-implementation.readthedocs.org/en/latest/installation.html>`_
page.
- If you would like to contribute to the project, please see the
`development
<http://ga4gh-reference-implementation.readthedocs.org/en/latest/development.html>`_
page.