Installation
Prerequisites
If you simply want to access projects previously processed, you can skip this step. To install the prerequisites follow system requirements.
Getting MiGA
To install MiGA itself, you'll just need:
If necessary, you can use sudo gem install miga-base
or gem install --user miga-base
instead.
Getting MiGA source
If you want to get MiGA working from source instead of using the gem, you can use:
Initializing MiGA
To initialize MiGA for data processing, simply execute and follow the instructions:
For additional initialization parameters, use miga init -h
.
Pre-loading Software
If some of the prerequisites are not already available in your $PATH
, you'll have to first tell MiGA how to find them. For that, create (or modify) a bash
configuration file at ~/.miga_modules
loading any necessary packages. For example, if you're in a cluster architecture using modules
, this is where you should load them. Note that some contents may already be present in this file from previous steps. Do not remove or modify those lines if you're not sure what they do. Here's an example of a configuration file for a single computer:
Here is an example of a configuration file for a cluster:
Once you complete this file, rerun:
Last updated