metagear

MetaGEAR

MetaGEAR is an umbrella platform for high-throughput microbiome metagenomic analysis and interactive gene-function exploration. It consists of two main components:


📦 MetaGEAR Pipeline

Features

Prerequisites

Installation

To install the Pipeline, just run:

curl -L http://get-metagear.schirmerlab.de | bash

Usage

MetaGEAR requires 3 databases: Kneaddata, MetaPhlAn, HUMAnN. These can be downloaded by running the command:

metagear download_databases

To run the QC and Microbial Profiles workflows, run:

metagear qc_dna --input samples.csv
metagear microbial_profiles --input samples.csv

The input file should look like this:

sample,fastq_1,fastq_2
SAMPLE-01,/path/to/sample1_R1.fastq.gz,/path/to/sample1_R2.fastq.gz
SAMPLE-02,/path/to/sample2_R1.fastq.gz,/path/to/sample2_R2.fastq.gz

🌐 MetaGEAR Web

Try it out live at: http://metagear.schirmerlab.de

MetaGEAR Web lets you: