PingPi357 / MG-RAST

metagenomic analysis server site code

Home Page:metagenomics.anl.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MG-RAST source code

This is the repository for the MG-RAST metagenome analysis system. Take a look at MG-RAST.

WARNING

Don't try this at home.

LICENSE

MG-RAST is made available under a BSD type LICENSE, see the LICENSE file for details.

Please note: The MG-RAST team is dedicated to supporting the

server at http://metagenomics.anl.gov, we are not resourced to help with local installations. So as much as we'd like to we can't help with local installations of this software.

REQUIREMENTS

Hardware

MG-RAST is a pipeline, an archive, a complex web interface and several other tools. The entire systems was designed for a Linux/Unix system. We run it on a dedicated small cluster for the server infrastructure and heavily utilize CLOUD computing resources.

Systems-Software

  1. MySQL
  2. Cassandra
  3. Perl
  4. Python
  5. R
  6. Apache
  7. NGINX

For the bioinformatics software and databases used in MG-RAST please see the tools and data entry in our blog

INSTRUCTIONS

type make

API server

export TAG=`date +"%Y%m%d.%H%M"`
git clone -b api https://github.com/MG-RAST/MG-RAST.git
cd MG-RAST
docker build --force-rm --no-cache --rm -t mgrast/api:${TAG} .
skycore push mgrast/api:${TAG}

About

metagenomic analysis server site code

metagenomics.anl.gov

License:BSD 2-Clause "Simplified" License


Languages

Language:Perl 72.7%Language:JavaScript 19.5%Language:Python 2.8%Language:Perl 6 1.8%Language:R 1.4%Language:CSS 1.2%Language:PLpgSQL 0.3%Language:Makefile 0.3%Language:Shell 0.1%