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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c836d2b2ceec276c357536119c836ad54e6fc859ffb95470d097fa1759dba564 |
|
MD5 | 6b36e61bcefa8c2a0faf953c5c0cf518 |
|
BLAKE2b-256 | 594915d4a346cd36e61a5b899963e7a3b9f26b6e25bca1e0843aa84d79aa3a9d |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9037b7717405db9cdbd161d9bf33e560ada5ed4c4def6df48b78a4c71cd1a21e |
|
MD5 | 99017ca7899eaf887f6c0ef05ce1e402 |
|
BLAKE2b-256 | 9089aeb99f17e7a4c5b00dcf38b8eaf2515c954c0a88e46ae3cea54c72800f08 |