Metadata-Version: 2.1
Name: deltapd
Version: 0.1.2
Summary: deltapd
Home-page: https://github.com/Ecogenomics/deltapd
Author: Aaron Mussig
Author-email: aaronmussig@gmail.com
License: AGPL-3.0-only
Project-URL: Bug Tracker, https://github.com/Ecogenomics/deltapd/issues
Project-URL: Documentation, https://github.com/Ecogenomics/deltapd
Project-URL: Source Code, https://github.com/Ecogenomics/deltapd
Description: # DeltaPD
        
        [![PyPI](https://img.shields.io/pypi/v/deltapd.svg)](https://pypi.python.org/pypi/deltapd)
        [![DOI](https://zenodo.org/badge/303236865.svg)](https://zenodo.org/badge/latestdoi/303236865)
        
        DeltaPD is a tool used to determine outliers in a gene tree when compared against a reference tree.
        
        _Note: This project is currently in development and is not recommended for public use._
        
        ## Installation
        
        To install DeltaPD, simply run:
        
        ```bash
        python -m pip install deltapd
        ```
        
        Following installation, it will then be on the path. The help menu can be accessed via: `deltapd -h`
        
        ## Documentation
        For more information, read the documentation here: https://ecogenomics.github.io/DeltaPD/
        
Keywords: deltapd
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
