Metabolomics Organisation with Galaxy and ISA
Project description
Metabolomics organisation with Galaxy and ISA
Further documentation available on ReadTheDocs
Quick start
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', ]
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')),
Run python manage.py migrate to create the mogi models.
Start the development server and visit http://127.0.0.1:8000/
Register http://127.0.0.1:8000/register/ and login http://127.0.0.1:8000/login/
General overview http://127.0.0.1:8000
Create, edit, view and export ISA projects http://127.0.0.1:8000/misa/ilist/
Upload to Galaxy, run Galaxy workflows and view Galaxy histories http://127.0.0.1:8000/misa/ilist/
Browse, view and search metabolomic datasets http://127.0.0.1:8000/mbrowse/general_summary/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_mogi-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9037b7717405db9cdbd161d9bf33e560ada5ed4c4def6df48b78a4c71cd1a21e |
|
MD5 | 99017ca7899eaf887f6c0ef05ce1e402 |
|
BLAKE2b-256 | 9089aeb99f17e7a4c5b00dcf38b8eaf2515c954c0a88e46ae3cea54c72800f08 |