Installing from source

Essentials

If you don't have apt-get, Homebrew, or conda, here's the list of requirements and URLs with installation instructions:

Diamond is optional but strongly recommended. Indexing can be performed much faster with Diamond, searching of some databases depend on it, and it's required by the MyTaxa utils. FastANI is also recommended, since searching some databases depend on it.

R packages

The full list of R packages is automatically installed by MiGA. However, we will install one package here to make sure everything is properly initialized.

Rscript -e "install.packages('ape', repos = 'http://cran.rstudio.com/')"

MyTaxa utils

If you want to activate the MyTaxa and MyTaxa Scan steps, follow the instructions to install the MyTaxa Utils.

Last updated