Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.49 KB

Molecular Evolution Library for Python

CI Coverage

The MEvoLib is a library of freely available Python tools for molecular evolution.

The documentation file with further details on how to use our library is included in the release in "docs/manual.pdf".

This MEvoLib package is open source software made available under the Apache 2.0 License terms. Please see the LICENSE file for further details.

If you use MEvoLib in work contributing to a scientific publication, you can refer to the latest paper:

Alvarez-Jarreta, J., Ruiz-Pesini, E. MEvoLib v1.0: the first molecular evolution library for Python. BMC Bioinformatics 17, 436 (2016).

Installation

MEvoLib is currently supported and tested for Python 3.8+.

Installing MEvoLib is really easy and straightforward:

git clone --branch version/2.0 https://github.com/JAlvarezJarreta/MEvoLib
pip install MEvoLib/.

If you want to install in development mode, you will need to include the dev tag:

pip install -e MEvoLib/.[dev]

Additional requirements

Many modules require third party tools you should install, such as Mafft, PhyML or SuperFine.