No project description provided
Project description
Docs · Report Bug · Request Feature
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for phykit-0.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ebf3acda6b3594fb6640e467029af3fee29838eb860dcda62f1f3129a3ddec |
|
MD5 | 3c9d880688259486623db09dfb557e78 |
|
BLAKE2b-256 | aaa4af147e9d038ce2954dbd915946d62f490b1cc93650b667a8f8cc38b265fa |