Metadata-Version: 2.1
Name: phylo-converge
Version: 0.1.1
Summary: A package to calculate genetic convergence and draw phylogenetic trees.
Home-page: https://github.com/ahmedyassin300/phylo_converge
Author: Ahmed Yassin
Author-email: Ahmedyassin300@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: biopython
Requires-Dist: matplotlib

# PhyloConverge

PhyloConverge is a Python package designed to calculate the percentage of convergence between different species at the genetic level, identify possible common ancestors, and draw a phylogenetic tree to illustrate the convergence.

## Features

- Read genetic sequences from a FASTA file.
- Align sequences using ClustalW.
- Calculate genetic convergence between species.
- Construct a phylogenetic tree.
- Visualize the phylogenetic tree using Matplotlib.

## Installation

You can install PhyloConverge using pip:

```sh
pip install phylo_converge
