This django application has been archived - django-misa functionality now within django-mogi and used for DMAdb - see https://dmadb.readthedocs.io/en/latest/
ISA organisation for metabolomic studies with Django
Further documentation available on ReadTheDocs
Add "misa" and django application dependencies to your INSTALLED_APPS setting like this (misa should come before gfiles and mbrowse):
INSTALLED_APPS = [ ... 'misa', 'mbrowse', 'gfiles', 'django_tables2', 'django_tables2_column_shifter', 'django_filters', 'bootstrap3', 'django_sb_admin', 'dal', 'dal_select2', ]
Include the polls URLconf in your project urls.py like this:
url(r'^', include('gfiles.urls')), url('mbrowse/', include('mbrowse.urls')), url('misa/', include('misa.urls')),
Run python manage.py migrate to create the misa models.
Start the development server and visit http://127.0.0.1:8000/misa/ilist/
Register http://127.0.0.1:8000/register/ and login http://127.0.0.1:8000/login/
- Create an investigation http://127.0.0.1:8000/icreate/, study http://127.0.0.1:8000/icreate/, assay http://127.0.0.1:8000/icreate/acreate
- Upload data to an assay http://127.0.0.1:8000/upload_assay_data_files/[assay-id]/
- Add a protocol e.g. Chromatography protocol http://127.0.0.1:8000/cp_create
- Add ontology information http://127.0.0.1:8000/search_ontologyterm