Metadata-Version: 1.1
Name: conkit
Version: 0.11.2
Summary: Python Interface for Residue-Residue Contact Predictions
Home-page: http://www.conkit.org/en/latest/
Author: Felix Simkovic
Author-email: felixsimkovic@me.com
License: BSD License
Description: ..
        
        **************************
        Contact Prediction ToolKit
        **************************
        
        **A Python Interface to Contact Predictions**
        
        .. image:: https://img.shields.io/pypi/v/conkit.svg
           :target: https://pypi.python.org/pypi/conkit
           :alt: PyPi Package
        
        .. image:: https://img.shields.io/pypi/pyversions/conkit.svg
           :target: https://pypi.python.org/pypi/conkit
           :alt: Python Versions
        
        .. image:: https://readthedocs.org/projects/conkit/badge/?version=latest
           :target: http://www.conkit.org/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/rigdenlab/conkit.svg?branch=master
           :target: https://travis-ci.org/rigdenlab/conkit
           :alt: Travis Build
        
        .. image:: https://ci.appveyor.com/api/projects/status/iood8nia8xy271gx/branch/master?svg=true
           :target: https://ci.appveyor.com/project/fsimkovic/conkit 
           :alt: AppVeyor Build
        
        .. image:: https://codecov.io/gh/rigdenlab/conkit/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/rigdenlab/conkit
           :alt: Codecov Status
         
        .. image:: https://img.shields.io/badge/DOI-10.1093%2Fbioinformatics%2Fbtx148-blue.svg
           :target: https://doi.org/10.1093/bioinformatics/btx148
           :alt: DOI Status
        
        ConKit is a Python library to provide a data object hierarchy and associated routine operations to
        work and manipulate residue-residue contact prediction data. Main features shipped with this library
        include:
        
        - Parsers for Multiple Sequence Alignment and contact prediction files
        - Analysis functions for Multiple Sequence Alignment and contact prediction data
        - Visualisation of Multiple Sequence Alignment and contact prediction data
        - Python wrappers for the contact-prediction-related software
        
        For an overview of ConKit, watch `this video <https://youtu.be/YhHkfa7ggAE>`_.
        
        .. CHECKPOINT FOR READTHEDOCS 
        
        Installation & Usage
        ++++++++++++++++++++
        Please refer to `ConKit's documentation <http://www.conkit.org/en/latest/install.html>`_.
        
        Contributing
        ++++++++++++
        There are two ways by which you can contribute to ConKit:
        
        1. Submit any suggestions to the `GitHub Issue Tracker`_, or
        2. Fork this repository, commit your changes and submit a pull request.
        
        Found a Bug?
        ++++++++++++
        Please use the `GitHub Issue Tracker`_.
        
        .. _GitHub Issue Tracker: https://github.com/rigdenlab/conkit/issues
        
Platform: POSIX
Platform: Mac OS
Platform: Windows
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
