Metadata-Version: 1.1
Name: lorax
Version: 0.94.35
Summary: lorax -- speaks for the (phylogenetic) trees.
Home-page: http://github.com/LegumeFederation/lorax
Author: Joel Berendzen
Author-email: joelb@ncgr.org
License: BSD 3-Clause License
Description: lorax is a web service for calculating multiple sequence alignments
        and phylogenetic trees for genes and gene families.  Under the hood, lorax uses
        `FastTree`_ or `RAxML`_ to calculate trees, `HMMER`_ to do multiple sequence
        alignments, `RQ`_ to queue long calculations, and `Flask`_ to serve up results.
        
        
        .. image:: https://img.shields.io/pypi/v/lorax.svg
           :target: https://pypi.python.org/pypi/lorax
        
        .. image:: https://img.shields.io/pypi/pyversions/lorax.svg
           :target: https://pypi.python.org/pypi/lorax
        
        .. image:: https://img.shields.io/github/commits-since/LegumeFederation/lorax/0.92.svg
           :target: https://github.com/LegumeFederation/lorax
        
        .. image:: https://secure.travis-ci.org/LegumeFederation/lorax.png
           :target:  http://travis-ci.org/LegumeFederation/lorax
        
        :Homepage: `Lorax GitHub`_
        :Download: `Lorax PyPI`_
        :Documentation: `Lorax ReadTheDocs`_
        :Issue Tracker: `Lorax Issues`_
        :License: `BSD 3-Clause License`_
        
        .. _Lorax GitHub: https://github.com/LegumeFederation/lorax
        .. _BSD 3-Clause License: https://github.com/LegumeFederation/lorax/blob/master/LICENSE.txt
        .. _Lorax ReadTheDocs: https://lorax.readthedocs.io/en/latest
        .. _Lorax PyPI: https://pypi.python.org/pypi/lorax
        .. _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
        .. _Lorax Issues: https://github.com/LegumeFederation/lorax/issues
        
        
        
        
Keywords: science,biology,bioinformatics,genomics,phylogeny,genes,gene families,multiple sequence alignment,phylogenetic trees
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Flask
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: C
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
