Metadata-Version: 2.1
Name: rayon
Version: 0.0.4
Summary: Web service for ProteinGraphML
Home-page: https://github.com/unmtransinfo/rayon
License: BSD-3-Clause
Keywords: science,biology,machine learning,web services
Author: UNM Translational Informatics
Author-email: datascience.software@salud.unm.edu
Requires-Python: >=3.8.1,<3.10
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Flask
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: Flask_RQ2[cli]
Requires-Dist: XlsxWriter (>=3.0.1,<4.0.0)
Requires-Dist: colorama
Requires-Dist: gunicorn
Requires-Dist: healthcheck
Requires-Dist: matplotlib (>=3.4.3,<4.0.0)
Requires-Dist: networkx (>=2.6.2,<3.0.0)
Requires-Dist: pandas (>=1.3.2,<2.0.0)
Requires-Dist: pony (>=0.7.14,<0.8.0)
Requires-Dist: prometheus_client
Requires-Dist: raven[flask]
Requires-Dist: rq-dashboard
Requires-Dist: scikit-learn (>=0.24.2,<0.25.0)
Requires-Dist: sh
Requires-Dist: superlance
Requires-Dist: supervisor
Requires-Dist: supervisor-wildcards
Requires-Dist: xgboost (>=1.4.2,<2.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Project-URL: Changelog, https://github.com/unmtransinfo/rayon/releases
Project-URL: Documentation, https://rayon.readthedocs.io
Project-URL: Repository, https://github.com/unmtransinfo/rayon
Description-Content-Type: text/x-rst

.. epigraph:: I am the Lorax.  I speak for the trees.
              --Dr. Seuss


lorax implements a queued web service for calculating phylogenetic trees for
gene families.  Lorax uses `HMMER`_ to do multiple sequence alignments,
`FastTree`_ or `RAxML`_ to calculate trees,
`RQ`_ to queue calculations, and `Flask`_ to serve up results.


+-------------------+------------+------------+
| Latest Release    | |pypi|     | |TheLorax| |
+-------------------+------------+            +
| GitHub            | |repo|     |            |
+-------------------+------------+            +
| License           | |license|  |            |
+-------------------+------------+            +
| Documentation     | |rtd|      |            |
+-------------------+------------+            +
| Travis Build      | |travis|   |            |
+-------------------+------------+            +
| Coverage          | |coverage| |            |
+-------------------+------------+            +
| Pythonicity       | |landscape||            |
+-------------------+------------+            +
| Code Grade        | |codacy|   |            |
+-------------------+------------+            +
| Dependencies      | |pyup|     |            |
+-------------------+------------+            +
| Working On        | |waffle|   |            |
+-------------------+------------+            +
| Issues            | |issues|   |            |
+-------------------+------------+------------+


.. |TheLorax| image:: docs/lorax_big_icon.jpg
     :target: https://en.wikipedia.org/wiki/The_Lorax
     :alt: Dr. Suess, The Lorax

.. |pypi| image:: https://img.shields.io/pypi/v/lorax.svg
    :target: https://pypi.python.org/pypi/lorax
    :alt: Python package

.. |repo| image:: https://img.shields.io/github/commits-since/LegumeFederation/lorax/0.94.svg
    :target: https://github.com/LegumeFederation/lorax
    :alt: GitHub repository

.. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
    :target: https://github.com/LegumeFederation/lorax/blob/master/LICENSE.txt
    :alt: License terms

.. |rtd| image:: https://readthedocs.org/projects/lorax/badge/?version=latest
    :target: http://lorax.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |travis| image:: https://img.shields.io/travis/LegumeFederation/lorax.svg
    :target:  https://travis-ci.org/LegumeFederation/lorax
    :alt: Travis CI

.. |landscape| image:: https://landscape.io/github/LegumeFederation/lorax/master/landscape.svg?style=flat
    :target: https://landscape.io/github/LegumeFederation/lorax
    :alt: landscape.io status

.. |codacy| image:: https://api.codacy.com/project/badge/Grade/2ebc65ca90f74dc7a9238c202f327981
    :target: https://www.codacy.com/app/joelb123/lorax?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=LegumeFederation/lorax&amp;utm_campaign=Badge_Grade
    :alt: Codacy.io grade

.. |coverage| image:: https://codecov.io/gh/LegumeFederation/lorax/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/LegumeFederation/lorax
    :alt: Codecov.io test coverage

.. |issues| image:: https://img.shields.io/github/issues/LegumeFederation/lorax.svg
    :target:  https://github.com/LegumeFederation/lorax/issues
    :alt: Issues reported

.. |requires| image:: https://requires.io/github/LegumeFederation/lorax/requirements.svg?branch=master
     :target: https://requires.io/github/LegumeFederation/lorax/requirements/?branch=master
     :alt: Requirements Status

.. |pyup| image:: https://pyup.io/repos/github/LegumeFederation/lorax/shield.svg
     :target: https://pyup.io/repos/github/LegumeFederation/lorax/
     :alt: pyup.io dependencies

.. |waffle| image:: https://badge.waffle.io/LegumeFederation/lorax.png?label=ready&title=Ready
    :target: https://waffle.io/LegumeFederation/lorax
    :alt: waffle.io status

.. _Flask: http://flask.pocoo.org/
.. _RQ: https://github.com/nvie/rq
.. _HMMER: http://hmmer.org
.. _RAxML: https://github.com/stamatak/standard-RAxML
.. _FastTree: http://www.microbesonline.org/fasttree

