Using Homebrew
Live notebook
If you prefer to see code in action, the full installation process with homebrew is available as a Notebook in Google Collab.
Installing requirements using Homebrew
You can use Homebrew to install most of the software required by MiGA. If you don't have Homebrew, execute (and follow the instructions):
Next, make sure you have the brewsci/bio tap:
Essentials
Now that you have Homebrew and the science tap, execute:
A recent Ruby
It's possible you already have a recent version of ruby (2.3+). To check which version you have, simply run: ruby -v
. If your version of Ruby is older than 2.3, you can install a recent version using:
We also recommend installing the sqlite3
gem beforehand using the brew libraries, to avoid headaches down the road:
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.
MyTaxa utils
If you want to activate the MyTaxa and MyTaxa Scan steps, follow the instructions to install the MyTaxa Utils.
Last updated