orthofisher
Project description
Docs · Report Bug · Request Feature
Orthofisher conducts automated and high-throughout identification of a predetermined set of orthologs, which can be used for phylgenomics, gene family copy number determination and more!
Quick Start
For detailed instructions on usage and a tutorial, please see the online documentation.
1) Prerequisite
Before installing orthofisher, please first install HMMER3 and add the HMMER to your .bashrc path. For example, my .bashrc has the following:
export PATH=$PATH:/home/steenwj/SOFTWARE/hmmer-3.1b2-linux-intel-x86_64/binaries
2) Install orthofisher
If you are having trouble installing orthofisher, please contact the lead developer, Jacob L. Steenwyk, via email or twitter to get help.
To install via anaconda, execute the follwoing command:
conda install -c jlsteenwyk orthofisher
Visit here for more information: https://anaconda.org/jlsteenwyk/clipkit
To install via pip, execute the follwoing command:
pip install orthofisher
To install from source, execute the follwoing command:
# download
git clone https://github.com/JLSteenwyk/orthofisher.git
# change dir
cd orthofisher/
# install
make install
If you run into software dependency issues, install orthofisher in a virtual environment. To do so, create your virtual environment with the following command:
# create virtual environment
python -m venv .venv
# activate virtual environment
source .venv/bin/activate
Next, install the software using your preferred method above. Thereafter, you will be able to use orthofisher.
To deactivate your virtual environment, use the following command:
# deactivate virtual environment
deactivate
Note, the virtual environment must be activated to use orthofisher.
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
File details
Details for the file orthofisher-0.0.2.tar.gz
.
File metadata
- Download URL: orthofisher-0.0.2.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7c96f6e6447030f737b220a047bd799d4f43b3c87772cdd2d76f4f50d31134a |
|
MD5 | 85eeea433b28615a0fbca2c78a06bc01 |
|
BLAKE2b-256 | 17d7de6e16ba8d0aafa7eeae5d05cd344bec662ed8e99ef604e6d62f9f18a132 |
File details
Details for the file orthofisher-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: orthofisher-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11211fbd333d1d5fa4214912a40ecc8f7c9a94abce17897534f07ead343d0f6c |
|
MD5 | 8469586e276271c151ee2ed2396a09d5 |
|
BLAKE2b-256 | 740078d8713273e6f4ac1b78c1bc23a6b5c942d9610d43c9e493f29d618e4897 |