forked from ga4gh/ga4gh-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
34 lines (27 loc) · 1.46 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
.. image:: http://genomicsandhealth.org/files/logo_ga.png
==============================
GA4GH Reference Implementation
==============================
.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/ga4gh/server
:target: https://gitter.im/ga4gh/server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
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/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.