Skip to main content

ISA organisation for metabolomic studies with Django

Project description

Build Status (Travis) Py versions

ISA organisation for metabolomic studies with Django

Further documentation available on ReadTheDocs

Quick start

  1. 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',
    ]
  2. 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')),
  3. Run python manage.py migrate to create the misa models.

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

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

  1. 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

  2. Upload data to an assay http://127.0.0.1:8000/upload_assay_data_files/[assay-id]/

  3. Add a protocol e.g. Chromatography protocol http://127.0.0.1:8000/cp_create

  4. Add ontology information http://127.0.0.1:8000/search_ontologyterm

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-misa-0.0.2.tar.gz (59.9 kB view details)

Uploaded Source

Built Distribution

django_misa-0.0.2-py3-none-any.whl (99.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-misa-0.0.2.tar.gz
  • Upload date:
  • Size: 59.9 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-misa-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ab09e66f7a2628591bac41b222994fe3790d12f32a23726c69c01d4814a073c3
MD5 cc77df6bb1d6d57fdd68a05b959b0905
BLAKE2b-256 2444ab9b316b749349448468f2cf52061bf173df9c072d8424e9d9c46b3d15d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_misa-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 99.8 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_misa-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0e1d2117ed79379919488507a78cc5704c370f24d0a9e976036ae9410e26dc40
MD5 bbfda7132f4760048da1139244daa63e
BLAKE2b-256 be93c32cabc649013397f6244391a95c222b76f20655fffe825d9d3a44deeb09

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