Metadata-Version: 2.1
Name: cutevariant
Version: 0.2.1
Summary: GUI to visualize and process variant data
Home-page: https://github.com/labsquare/cutevariant
Author: Sacha Schutz, Pierre Vignet
Author-email: sacha@labsquare.org
License: UNKNOWN
Description: # Cutevariant
        
        cutevariant is a light standalone viewer of genetic variation written in Python for Qt. It allows you to view and filter VCF and other format files.
        
        ![Cutevariant example](https://raw.githubusercontent.com/labsquare/CuteVariant-cpp/master/screencast.gif)
        
        # Installation
        
            pip install cutevariant # install
            cutevariant             # run
        .
        
        # To get tests running
        
            git clone git@github.com:labsquare/cutevariant.git
            cd cutevariant
            virtualenv -p /usr/bin/python3 venv
            source venv/bin/activate
            make install_deps # install
            make install # pip install -e . 
            make run     # start application
            make test    # start tests
        
Keywords: GUI,health
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Healthcare Industry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc
