ISA organisation for metabolomic studies with Django
Project description
ISA organisation for metabolomic studies with Django
Further documentation available on ReadTheDocs
Quick start
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
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 Distributions
Hashes for django_misa-0.0.1-9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd2cf1a487b276c321eb64b862423b5ec6ce9f1ecfa16ca44b21ff364c23bff8 |
|
MD5 | d97df53c38d54d94fda6afad0a4648ef |
|
BLAKE2b-256 | 393165603de86e430736d79fd6ef9ad057aec994ce1292e6517db035692a560d |
Hashes for django_misa-0.0.1-9-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80961987cfaf4bd1687e8707b6be1995ea76d999c0061f0049a0a918a29739aa |
|
MD5 | a09338245722104fe76df0e6b53ec26c |
|
BLAKE2b-256 | 3ad04a3116e773be7f5607b8ead0e86bd82499c3ece43fc597d4be96002da86b |