-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Installation of README.md is enough for normal installation.This page is for more detailed description and troubleshooting
- Install visual c++ here
conda create -n FunVIP python>=3.8
conda activate FunVIP
pip install FunVIP
- run
FunVIP --test Terrei --email [your email]
to check installation
Q. Error starting with "error : Microsoft Visual C++ 14.0 is required" has occured
A. You might have missed installing visual c++, which is required for python 3.9+ system. Click here to install
Q. Error "error : Microsoft Visual C++ 14.0 is required" is occuring even after installing visual c++
A. This usually happens when you initially fails installing visual c++ build tool, and trying again. The main causes are cached FunVIP setup files do not update visual c++ build tool has been installed. Use
pip cache purge
to remove cache, and try installing again.
conda create -n FunVIP python>=3.8
conda activate FunVIP
pip install FunVIP
conda config --add channels conda-forge
conda install -c bioconda raxml iqtree "modeltest-ng>=0.1.7" mmseqs2 "blast>=2.12" mafft trimal gblocks fasttree
- run
FunVIP --test Terrei --email [your email]
to check installation
- For intel mac system, this method probably work, but we couldn't test it because we don't have any intel mac device. We're looking for feedbacks in intel mac
CONDA_SUBDIR=osx-64 conda create -n FunVIP python>=3.8
conda activate FunVIP
conda config --env --set subdir osx-64
conda install pyqt
pip install FunVIP
conda install -c bioconda raxml iqtree mmseqs2 "blast>=2.12" mafft trimal gblocks fasttree
- run
FunVIP --test Terrei --email [your email]
to check installation
Q. Is there any plans to support Apple Silicon Mac in native mode?
A. There are so many dependencies correlated to FunVIP installation. We are waiting for all dependencies being solved.
- this is for developmental steps
git clone https://github.com/Changwanseo/FunVIP.git
- Move to
~/FunVIP
conda create -n FunVIP python=3.10
conda activate FunVIP
pip install ./
- run
FunVIP --test Terrei --email [your email]
to check installation
pip install FunVIP --upgrade
pip install FunVIP