Metadata-Version: 1.1
Name: cockatoo
Version: 0.6.0
Summary: cockatoo - A similarity metric for macromolecular crystallization conditions
Home-page: https://github.com/ubccr/cockatoo
Author: Andrew E. Bruno
Author-email: aebruno2@buffalo.edu
License: GNU General Public License v3 (GPLv3)
Description: ===============================================================================
        A similarity metric for macromolecular crystallization conditions
        ===============================================================================
        
        .. image:: docs/images/cockatoo-logo-lg.jpg
        
        ------------------------------------------------------------------------
        What is cockatoo?
        ------------------------------------------------------------------------
        
        cockatoo is an implementation of a similarity metric used in the comparison of
        macromolecular crystallization conditions (or cocktails).
        
        Documention is online at: http://ubccr.github.io/cockatoo/
        
        ------------------------------------------------------------------------
        Install
        ------------------------------------------------------------------------
        
        To install cockatoo from source checkout the latest code from github::
        
          $ git clone git://github.com/ubccr/cockatoo.git cockatoo
          $ cd cockatoo
          $ python setup.py install
        
        
        ------------------------------------------------------------------------
        License
        ------------------------------------------------------------------------
        
        cockatoo is released under the GNU General Public License ("GPL") Version 3.0.
        See the LICENSE file.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
