Closed raw937 closed 5 years ago
There are many dependencies:
I would use conda for the dependencies:
cd classify-genomes/env
conda env create -f classify-genomes.yaml
source activate classify-genomes-ENV
Do you have conda installed already? If not, on linux you can install with:
curl -O https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
bash Anaconda3-5.0.1-Linux-x86_64.sh
?