-
Notifications
You must be signed in to change notification settings - Fork 43
FAQs
We developed metaGEM as a workflow to generate and simulate community level metabolic exchanges between prokaryotic genome scale metabolic models directly from metagenomic data.
It named after the concept of metagenome-based genome scale metabolic models.
It also sounds better than the previous name: metaBAGpipes
👎
The metaGEM workflow was designed to work with raw short read sequencing data.
Ideally you have paired end reads, but we also provide a modified Snakefile for working with single end read datasets.
Although it is on the horizon, metaGEM does not currently support long reads or hybrid assembly methods.
No, you can also use metaGEM to bin your pre-assembled contigs or to generate metabolic models for your pre-binned MAGs (metagenome assembled-genomes).
Depends on what data you are working with. For example, if you are starting from raw short reads then you will not be able to assemble them with the computational resources present in most personal computers, and you will likely need access to your institution's HPCC. However, if you are starting from pre-binned MAGs then you should have no problem generating metabolic models on your personal computer.
- Quality filter reads with fastp
- Assembly with megahit
- Draft bin sets with CONCOCT, MaxBin2, and MetaBAT2
- Refine & reassemble bins with metaWRAP
- Taxonomic assignment with GTDB-tk
- Relative abundances with bwa
- Reconstruct & evaluate genome-scale metabolic models with CarveMe and memote
- Species metabolic coupling analysis with SMETANA