Metadata-Version: 1.1
Name: PyGWAS
Version: 1.7.1
Summary: A GWAS library
Home-page: https://github.com/pypa/pygwas
Author: Uemit Seren
Author-email: uemit.seren@gmail.com
License: MIT
Description: ====================================
        PyGWAS: Python 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
        
Keywords: GWAS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
