Metadata-Version: 2.1
Name: genome-py
Version: 0.1.2.dev1556225659
Summary: genome-py
Home-page: https://github.com/marigenhq/genome-py
Author: Gary Lai
Author-email: gary.lai@marigen.us
License: MIT
Download-URL: https://github.com/marigenhq/genome-py/tree/master
Description: Genome
        =============
        .. image:: https://travis-ci.org/marigenhq/genome-py.svg?branch=master
          :target: https://travis-ci.org/marigenhq/genome-py
          :alt: Build Status
             
        .. image:: https://codecov.io/gh/marigenhq/genome-py/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/marigenhq/genome-py
          :alt: codecov
        
        .. image:: https://badge.fury.io/py/genome-py.svg
          :target: https://badge.fury.io/py/genome-py
          :alt: Pypi Version
          
        .. image:: https://readthedocs.org/projects/genome-py/badge/?version=latest
          :target: https://genome-py.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        
        
        Installing
        ==========
        
        .. code-block:: shell
        
            pip install genome-py
        
        Usage
        =====
        
        .. code-block:: python
        
            from genome import load
            genome = load('path/to/genome/data')
            # <Genome: SNPs=553190, name='data'>
        
        
        Development
        ===========
        
        `Data source`_
        
        .. _Data source: https://my.pgp-hms.org/public_genetic_data?utf8=%E2%9C%93&data_type=23andMe&commit=Search
        
        
Keywords: genome reader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/x-rst
