Metadata-Version: 2.2
Name: cluster_affinity
Version: 0.0.6
Summary: A tool to calculate the cluster affinity distance between two trees
Author-email: Sanket Wagle <swagle@iastate.edu>
Project-URL: Homepage, https://github.com/swagle8987/cluster_affinity
Project-URL: Issues, https://github.com/swagle8987/cluster_affinity/issues
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dendropy
Requires-Dist: numpy
Requires-Dist: pytest

The Asymmetric Cluster Affinity cost is a phylogenetic cost based on calculating the symmetric difference between the cluster representations of trees. Currently the CLI tool supports calculating the cluster affinity distance from the source tree to the target tree.


### Installation
Cluster Affinity is available in PyPi and can be installed as pip install cluster_affinity. Note that the package is built for Python 3.10 or higher. Cluster Affinity depends on dendropy, numpy and pytest. 


### Tutorial
---
Currently the CLI tool supports comparing two trees and outputting the cluster affinity cost. The CLI command for the same is
``
cluster_affinity t1 t2
``
where t1 and t2 are paths to newick representations of the trees.
