Metadata-Version: 1.1
Name: khmer
Version: 1.3
Summary: khmer k-mer counting library
Home-page: http://ged.msu.edu/
Author: Michael R. Crusoe, Greg Edvenson, Jordan Fish, Adina Howe, Luiz Irber, Eric McDonald, Joshua Nahum, Kaben Nanlohy, Humberto Ortiz-Zuazaga, Jason Pell, Jared Simpson, Camille Scott, Ramakrishnan Rajaram Srinivasan, Qingpeng Zhang, and C. Titus Brown
Author-email: khmer-project@idyll.org
License: UNKNOWN
Description: khmer
        =====
        
        Welcome to khmer: k-mer counting, filtering and graph traversal FTW!
        
        .. image:: https://badge.fury.io/py/khmer.png
            :target: http://badge.fury.io/py/khmer
        .. image:: https://pypip.in/d/khmer/badge.png
            :target: https://crate.io/packages/khmer
        .. image:: https://pypip.in/license/khmer/badge.png
            :target: https://pypi.python.org/pypi/khmer/
            :alt: License
        .. image:: http://ci.ged.msu.edu/job/khmer-master/badge/icon
            :target: http://ci.ged.msu.edu/job/khmer-master/
        .. image:: https://landscape.io/github/ged-lab/khmer/master/landscape.png
           :target: https://landscape.io/github/ged-lab/khmer/master
           :alt: Python Code Health
        .. image:: https://scan.coverity.com/projects/621/badge.svg
           :target: https://scan.coverity.com/projects/621
           :alt: Coverity Scan Build Status
        
        The official repository is at
        
        https://github.com/ged-lab/khmer
        
        and you can read the docs online here:
        
        http://khmer.readthedocs.org/
        
        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
        
        You can contact the current maintainers at khmer-project@idyll.org.
        
        IMPORTANT NOTE: CITE US!
        ------------------------
        
        khmer is *research software*, so you should cite us when you use it
        in scientific publications!  Please see the CITATION file for
        citation information.
        
        INSTALL INSTRUCTIONS:
        ---------------------
        
        khmer requires a 64-bit operating system and Python 2.7+. Linux users will need 
        the Python development libraries and gcc. OS X users may need XCode installed.
        
        In short:
        
        ``pip install khmer`` to download, build, and install the latest stable
        version.
        
        For more details see `doc/install.txt <https://khmer.readthedocs.org/en/latest/user/install.html>`_
        
        The use of a virtualenv is recommended, see
        https://virtualenv.pypa.io/en/latest/virtualenv.html#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.
        
        khmer project contributors also edit documents collaboratively at `our wiki 
        <https://github.com/ged-lab/khmer/wiki/_pages>`__.
        
        MRC 2014-05-14
        
        .. vim: set filetype=rst
        
        
Platform: UNKNOWN
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 :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Development Status :: 5 - Production/Stable
