Skip to main content

Metabolomics Organisation with Galaxy and ISA

Project description

Build Status (Travis) Py versions

Metabolomics organisation with Galaxy and ISA

Further documentation available on ReadTheDocs

Quick start

  1. Add “mogi” and django application dependencies to your INSTALLED_APPS setting like this (mogi should come before gfiles, galaxy, mbrowse and misa):

    INSTALLED_APPS = [
        ...
        'mogi',
        'misa',
        'mbrowse',
        'galaxy',
        'gfiles',
    
        'django_tables2',
        'django_tables2_column_shifter',
        'django_filters',
        'bootstrap3',
        'django_sb_admin',
        'dal',
        'dal_select2',
    ]
  2. Include the URLconf in your project urls.py like this:

    url(r'^', include('gfiles.urls')),
    url('mogi/', include('mogi.urls')),
    url('mbrowse/', include('mbrowse.urls')),
    url('misa/', include('misa.urls')),
    url('galaxy/', include('galaxy.urls')),
  3. Run python manage.py migrate to create the mogi models.

  4. Start the development server and visit http://127.0.0.1:8000/

  5. Register http://127.0.0.1:8000/register/ and login http://127.0.0.1:8000/login/

  6. General overview http://127.0.0.1:8000

  7. Create, edit, view and export ISA projects http://127.0.0.1:8000/misa/ilist/

  8. Upload to Galaxy, run Galaxy workflows and view Galaxy histories http://127.0.0.1:8000/misa/ilist/

  9. Browse, view and search metabolomic datasets http://127.0.0.1:8000/mbrowse/general_summary/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mogi-0.0.2.tar.gz (335.7 kB view details)

Uploaded Source

Built Distribution

django_mogi-0.0.2-py3-none-any.whl (444.9 kB view details)

Uploaded Python 3

File details

Details for the file django-mogi-0.0.2.tar.gz.

File metadata

  • Download URL: django-mogi-0.0.2.tar.gz
  • Upload date:
  • Size: 335.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for django-mogi-0.0.2.tar.gz
Algorithm Hash digest
SHA256 c836d2b2ceec276c357536119c836ad54e6fc859ffb95470d097fa1759dba564
MD5 6b36e61bcefa8c2a0faf953c5c0cf518
BLAKE2b-256 594915d4a346cd36e61a5b899963e7a3b9f26b6e25bca1e0843aa84d79aa3a9d

See more details on using hashes here.

File details

Details for the file django_mogi-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: django_mogi-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 444.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for django_mogi-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9037b7717405db9cdbd161d9bf33e560ada5ed4c4def6df48b78a4c71cd1a21e
MD5 99017ca7899eaf887f6c0ef05ce1e402
BLAKE2b-256 9089aeb99f17e7a4c5b00dcf38b8eaf2515c954c0a88e46ae3cea54c72800f08

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page