Metadata-Version: 1.1
Name: conkit
Version: 0.8.3
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**
        
        This project is a result of the continuous struggle using residue-residue contact prediction pipelines, visualisation tools and related software. The aim was to reduce this complexity and provide one unified interface as a basic platform. The resulting interface is the Contact Prediction ToolKit, or ConKit.
        
        .. 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://coveralls.io/repos/github/rigdenlab/conkit/badge.svg?branch=master
           :target: https://coveralls.io/github/rigdenlab/conkit?branch=master
           :alt: Coveralls Status
        
        .. image:: https://landscape.io/github/rigdenlab/conkit/master/landscape.svg?style=flat
           :target: https://landscape.io/github/rigdenlab/conkit/master
           :alt: Code Health
        
        .. image:: https://img.shields.io/badge/DOI-10.1093%2Fbioinformatics%2Fbtx148-blue.svg
           :target: https://doi.org/10.1093/bioinformatics/btx148
           :alt: DOI Status
        
        
        Key Features
        ++++++++++++
        
        - 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
        - Easy-to-use Python wrappers for the contact prediction related software
        
        For a quick overview of ConKit, watch `this video <https://youtu.be/YhHkfa7ggAE>`_.
        
        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`_.
        
        Contributors
        ++++++++++++
        
        - `Felix Simkovic <https://github.com/fsimkovic>`_
        - `Jens Thomas <https://github.com/linucks>`_
        - `Daniel Rigden <https://github.com/DanielRigden>`_
        
        
        Ackowledgements
        +++++++++++++++
        - `Stefan Seemayer <https://github.com/sseemayer>`_
        
        
        .. _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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
