Metadata-Version: 2.1
Name: robomax
Version: 8.0.4
Summary: Python code for versatile Functional Ontology Assignments for Metagenomes via Hidden Markov Model (HMM) searching with environmental focus of shotgun metaomics data
Home-page: https://github.com/raw937/robomax
Author: Alexander Brown, Richard White III
Author-email: raw937@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/raw937/robomax
Keywords: robomax,hmmer,Hidden Markov Model,hmm
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.6.9
Description-Content-Type: text/markdown

========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |travis| |appveyor| |requires|
        | |codecov|
    * - package
      - | |version| |wheel| |supported-versions| |supported-implementations|
        | |commits-since|
.. |docs| image:: https://readthedocs.org/projects/python-robomax/badge/?style=flat
    :target: https://readthedocs.org/projects/python-robomax
    :alt: Documentation Status

.. |travis| image:: https://api.travis-ci.org/raw937/python-robomax.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/raw937/python-robomax

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/raw937/python-robomax?branch=master&svg=true
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/raw937/python-robomax

.. |requires| image:: https://requires.io/github/raw937/python-robomax/requirements.svg?branch=master
    :alt: Requirements Status
    :target: https://requires.io/github/raw937/python-robomax/requirements/?branch=master

.. |codecov| image:: https://codecov.io/gh/raw937/python-robomax/branch/master/graphs/badge.svg?branch=master
    :alt: Coverage Status
    :target: https://codecov.io/github/raw937/python-robomax

.. |version| image:: https://img.shields.io/pypi/v/robomax.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/project/robomax

.. |wheel| image:: https://img.shields.io/pypi/wheel/robomax.svg
    :alt: PyPI Wheel
    :target: https://pypi.org/project/robomax

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/robomax.svg
    :alt: Supported versions
    :target: https://pypi.org/project/robomax

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/robomax.svg
    :alt: Supported implementations
    :target: https://pypi.org/project/robomax

.. |commits-since| image:: https://img.shields.io/github/commits-since/raw937/python-robomax/v8.0.svg
    :alt: Commits since latest release
    :target: https://github.com/raw937/python-robomax/compare/v8.0...master



.. end-badges

Python code for versatile Functional Ontology Assignments for Metagenomes via Hidden Markov Model (HMM) searching with environmental focus of shotgun metaomics data

* MIT license

Installation
============

::

    pip install robomax

You can also install the in-development version with::

    pip install https://github.com/raw937/robomax/archive/master.zip


Documentation
=============


https://github.com/raw937/robomax/



