Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timeu authored May 10, 2017
1 parent 7a1d02a commit 9768f01
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
===========
PyGWAS
===========
====================================
PyGWAS: Python Library for running Genome Wide Association studies.
====================================

PyGWAS is a library for running Genome Wide Association studies.
.. image:: https://badge.fury.io/py/PyGWAS.svg
:target: https://badge.fury.io/py/PyGWAS
:alt: Latest Version

.. image:: https://travis-ci.org/timeu/PyGWAS.svg?branch=master
:target: https://travis-ci.org/timeu/PyGWAS

.. image:: https://coveralls.io/repos/github/timeu/PyGWAS/badge.svg?branch=master
:target: https://coveralls.io/github/timeu/PyGWAS?branch=master

Intallation
=====
.. code-block:: sh
pip install PyGWAS
Usage
=====

To get information about the various commands run:

.. code-block:: sh
pygwas -h

0 comments on commit 9768f01

Please sign in to comment.