MiGA Manual
AboutCodebaseMiGA Online
Primary version
Primary version
  • Introduction
  • Part I: What is MiGA?
    • How can MiGA help me?
    • Who is using MiGA?
    • Who is behind MiGA?
    • Definitions
  • Part II: Getting started
    • Requirements
      • Using Homebrew
      • Using apt-get
      • Using Conda
      • Installing from source
      • MyTaxa Utils
    • Installation
    • MiGA types
    • Input data
    • Distances
    • Clustering
  • Part III: Interfaces
    • MiGA API
    • MiGA CLI
    • MiGA Web
  • Part IV: Deploying examples
    • RefSeq in MiGA
    • Build a clade collection
    • Launching daemons
    • Setting up MiGA in a cluster
  • Part V: Additional details
    • Advanced configuration
    • MiGA workflow
    • Metadata
    • External Software
  • Part VI: Workflows
    • Quality
    • Dereplicate
    • Classify
    • Preprocess
    • Index
    • Summaries
Powered by GitBook
On this page
  • MyTaxa
  • Krona
  1. Part II: Getting started
  2. Requirements

MyTaxa Utils

PreviousInstalling from sourceNextInstallation

Last updated 5 years ago

The MyTaxa utilities are optional, but without them the and analyses are disabled. Note that MyTaxa requires about 15Gb of disk available to store the database.

We will install the necessary software in $HOME/apps. You can change this directory if you prefer:

[[ -d $HOME/apps/bin ]] || mkdir -p $HOME/apps/bin
cd $HOME/apps
echo 'export PATH=$HOME/apps/bin:$PATH' >> ~/.miga_modules

MyTaxa

curl -L \
  https://github.com/luo-chengwei/MyTaxa/archive/master.tar.gz | tar zx
cd MyTaxa-master
make
python2 utils/download_db.py
curl -O \
  http://enve-omics.ce.gatech.edu/data/public_mytaxa/AllGenomes.faa.dmnd
echo 'export PATH='$PWD':$PATH' >> ~/.miga_modules
cd ..

Krona

If you followed the instructions for , you already have Krona. If you still need to install Krona, simply execute:

curl -L \
  https://github.com/marbl/Krona/archive/master.tar.gz | tar zx
( cd Krona-master/KronaTools && ./install.pl --prefix ../.. )
conda
MyTaxa
MyTaxa scan