Installation
Prerequisites
Getting MiGA
gem install miga-baseGetting MiGA source
# Get the source. Make sure you use --recursive, to clone submodules:
git clone --recursive https://github.com/bio-miga/miga.git
cd miga
# You can use bundle to make sure you have the required gems,
# or simply install them manually:
bundle
# And finally make MiGA available in the PATH.
# This is not mandatory but it saves time and effort:
echo "export PATH=\"$(pwd)/bin:\$PATH\"" >> ~/.bashrc
source ~/.bashrcInitializing MiGA
Pre-loading Software
Last updated