MOGI suite

Django applications & projects

The MOGI suite is a collection of Django applications to manage and organise metabolomic studies using Galaxy, ISA and Django frameworks.

The suite consists of the following reusable applications:

The django-mogi application inherits all of the detailed applications below to create ready to go framework for organising metabolomics studies with Galaxy and ISA. The full suite of applications can be used in either a docker container or directly as Django package run. See User docs for details about how to get up and running with the full suite of applications.

Additionally, each application has been developed to be reusable. This allows the more general functionality to be used in other Django projects and applications. See the individual package documentation for more details.

The figure below shows how the applications fit within Django project website

_images/mogi-suite.svg

What the MOGI suite can do

  • Organise metabolomics studies following ISA framework
  • Interface with Galaxy (initiate workflows, manage history, inport/export data)
  • Search metabolomics spectra across multiple projects (spectral matching, mass search)
  • Summarise compound annotations (e.g. from different annotation approaches like MetFrag, CSI:FingerID, spectral matching)

django-mogi

Metabolome Organisation with Galaxy and ISA (imports all of the django-applications within the Django MOGI application suite)

django-galaxy

Django interfacing with Galaxy. Backend using the bioblend API.

django-misa

ISA organisation for metabolomic studies with Django

django-mbrowse

Browse, view and search metabolomic datasets

django-gfiles

Simple file management for generic files in Django

About