Python package and CLI for processing phylogenetic tree
Project description
Installation
The fossiler package can be readily installed via PYPI. An example command is given below.
virtualenv -p=python3 ENV (or python3/python -m venv ENV)
source ENV/bin/activate
pip install evotree
Note that if users want to get the latest update, it's suggested to install from the source because the update on PYPI will be later than here of source. To install from source, the following command can be used.
git clone https://github.com/heche-psb/evotree
cd evotree
virtualenv -p=python3 ENV (or python3 -m venv ENV)
source ENV/bin/activate
pip install -r requirements.txt
pip install .
If there is permission problem in the installation, please try the following command.
pip install -e .
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
evotree-0.0.0.1.tar.gz
(22.5 kB
view details)
File details
Details for the file evotree-0.0.0.1.tar.gz.
File metadata
- Download URL: evotree-0.0.0.1.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.9.6 requests/2.31.0 setuptools/49.2.0.post20200714 requests-toolbelt/1.0.0 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2c1cdd15d12be7b1b5b136920f44bb4478796d79ea43d3ab02c6060b5302bd
|
|
| MD5 |
48a9ab8ead54fed22c4336bb6b8e028b
|
|
| BLAKE2b-256 |
34fd3fac12b0df9005a9b633a31d9918655c450398419ded7dcb170723d1387a
|