From 9768f011ef8a031205bc506b1b069bc971eaa004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seren?= Date: Wed, 10 May 2017 12:05:25 +0200 Subject: [PATCH] Updated Readme --- README.rst | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8905c51..791ee0c 100644 --- a/README.rst +++ b/README.rst @@ -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