Metadata-Version: 1.1
Name: khmer
Version: 0.6
Summary: khmer k-mer counting library
Home-page: http://ged.msu.edu/
Author: Michael R. Crusoe
Author-email: mcrusoe@msu.edu
License: UNKNOWN
Description: khmer
        =====
        Welcome to khmer: k-mer counting, filtering and graph traversal FTW!
        
        [![Stories in Ready](https://badge.waffle.io/ged-lab/khmer.png)](http://waffle.io/ged-lab/khmer)  
        
        The official repository is at
        
        https://github.com/ged-lab/khmer
        
        and you can read the docs online here:
        
        http://readthedocs.org/docs/khmer/en/latest/
            
        There are two mailing lists dedicated to khmer, an announcements-only list and
        a discussion list. To search their archives and sign-up for them, please visit
        the following URLs:
            
        * Discussion: http://lists.idyll.org/listinfo/khmer
        
        * Announcements: http://lists.idyll.org/listinfo/khmer-announce
        
        IMPORTANT NOTE:
        ---------------
        khmer is *pre-publication* and *research* software, so please keep in
        mind that (a) the code may have undiscovered bugs in it, (b) you
        should cite us, and (c) you should get in touch if you need to cite
        us, as we are writing up the project.
        
        INSTALL INSTRUCTIONS:
        ---------------------
        
        khmer requires Python 2.7+
        
        `pip install khmer` to install the latest stable version.
        
        The use of a virtualenv is recommended, see http://www.virtualenv.org/en/latest/#installation
        
        khmer is under the BSD license; see doc/LICENSE.txt.  Distribution,
        modification and redistribution, incorporation into other software,
        and pretty much everything else is allowed.
        
        MRC 2013-10-07
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
