Skip to main content

No project description provided

Project description

Logo

Docs · Report Bug · Request Feature

follow on Twitter

PhyKIT is a toolkit for processing and analyzing multiple sequence alignments and phylogenies.

If you found clipkit useful, please cite MANUSCRIPT TITLE. bioRxiv. doi: BIORXIV LINK.


This documentation covers downloading and installing PhyKIT. Details about each function as well as tutorials for using PhyKIT are available in the online documentation.


Installation
To install, use the following commands:

pip install phykit

To install from source, use the following commands:

git clone https://github.com/JLSteenwyk/PhyKIT.git
cd PhyKIT/
make install

If you run into permission errors when executing make install, create a virtual environment for your installation:

git clone https://github.com/JLSteenwyk/PhyKIT.git
cd PhyKIT/
python -m venv .venv
source .venv/bin/activate
make install

Note, the virtual environment must be activated to use phykit.


To test phykit installation, launch the help message
phykit -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phykit-0.0.1.tar.gz (33.5 kB view hashes)

Uploaded Source

Built Distribution

phykit-0.0.1-py2.py3-none-any.whl (48.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page