Metadata-Version: 2.1
Name: deltapd
Version: 0.1.3
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)
        [![Bioconda](https://img.shields.io/conda/vn/bioconda/deltapd.svg?color=43b02a)](https://anaconda.org/bioconda/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
        
        It is recommended to install DeltaPD using conda in a version-specific environment:
        
        ```bash
        conda create -n deltapd -c bioconda deltapd
        ```
        
        Otherwise, DeltaPD can be installed via PyPI:
        
        ```bash
        python -m pip install deltapd
        ```
        
        DeltaPD will be on the path after successful installation:
        
        ```bash
        deltapd -h
        ```
        
        ## Documentation
        
        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
