2 Installation
2.1 Dependencies
GeneTribe is implemented in python3
, and three external command-line tools, which are executable on your PATH
, are needed:
- BLAST (v2.9.0)
The best installing way:conda install blast -c bioconda
- MCscan (v1.0.6)
The best installing way:pip install jcvi
- BEDTools (v2.29.2)
The best installing way:conda install bedtools -c bioconda
2.2 Installation
Before installing GeneTribe, the above three tools should be available. The easy way to obtain GeneTribe:
Download the latest version of GeneTribe from Github. We only provide Linux 64-bit version
git clone https://github.com/chenym1/genetribe.git
Run the script to install GeneTribe
cd genetribe ./install.sh
Add GeneTribe to your system PATH if necessary
vi ~/.bash_profile # add the following lines to the end of ~/.bash_profile export PATH=/path/to/genetribe/:$PATH source ~/.bash_profile
View help of GeneTribe
genetribe -h