You must have a conda install with python 2 installed and in your path as the default conda. Also, $HOME/bin must be in your path (or replace $HOME/bin below with something that is) Then run
https://github.com/averagehat/pathos
cd pathos/install \
&& sh assume-conda-install.sh $HOME/bin
&& cd .. \
&& sh mk_yaml.sh > test.yaml \
&& cd databases \
&& make krona
You must have a conda install with python 2 installed and in your path as the default conda. Also, $HOME/bin must be in your path (or replace $HOME/bin below with something that is) Then run