Metadata-Version: 1.1
Name: pergenie
Version: 0.1.2
Summary: perGENIE is a Web/CUI application for personal genome interpretation.
Home-page: https://github.com/perGENIE/pergenie
Author: Kensuke NUMAKURA
Author-email: knmkr3gma+pip@gmail.com
License: GNU AGPLv3
Description: [perGENIE](http://pergenie.org) is a Web/CUI application for
        **personal genome interpretation**. This repository contains
        the core utils of perGENIE, such as `Disease Risk Report`.
        
        
        ## Quick Start (For non-developers)
        
        Without installation, just download this repository and run:
        
            $ python ./pergenie [command] [options]
        
        
        ## Usage Examples
        
        To run `Disease Risk Report`:
        
            $ python ./pergenie riskreport -I example/vcf_whole_genome.vcf \
                                           -F vcf_whole_genome \
                                           -P Asian
        
        ----
        
        *For developpers*,
        
        ## How to Install
        
        If you are familier with Python Package Index
        ([pip](https://pypi.python.org/pypi/pip)), install via pip:
        
            $ pip install pergenie
        
        Or clone this repository, then, install by setup script:
        
            $ python setup.py install
        
        
        ## How to run test
        
            $ python setup.py test
        
        
        ## How to contribute
        
        Pull requests are welcome! Feel free to contact me :)
        
        
        ## Lisence
        
        GNU AGPLv3
        
        
        (c) 2012-2014 Kensuke NUMAKURA
        
        # CHANGELOG
        
        - version 0.1.0
          - Initial release
        - version 0.1.1
          - Update readme
        - version 0.1.2
          - Change license to AGPLv3
        
Keywords: bioinformatics,personal genome
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Natural Language :: Japanese
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
