Skip to main content

No project description provided

Project description

Logo

Docs · Report Bug · Request Feature

follow on Twitter

PhyKIT is a UNIX shell toolkit for processing and analyzing phylogenomic data.

If you found PhyKIT useful, please cite PhyKIT: a UNIX shell toolkit for processing and analyzing phylogenomic data. bioRxiv. doi: 10.1101/2020.10.27.358143.


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.3.tar.gz (33.9 kB view hashes)

Uploaded Source

Built Distribution

phykit-0.0.3-py2.py3-none-any.whl (49.0 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