Skip to main content

Galaxy interfacing with Django

Project description

Build Status (Travis) Py versions

Django interfacing with Galaxy. Backend using the bioblend API.

Galaxy is a web based workflow platform that can be used to perform bioinformatics in a reproducible and sharable environment.

Further documentation available on ReadTheDocs

Quick start

  1. Add “galaxy” and django application dependencies to your INSTALLED_APPS setting like this (galaxy should come before gfiles):

    INSTALLED_APPS = [
        ...
        'galaxy',
        'gfiles',
    
    
        'django_tables2',
        'bootstrap3',
        'django_tables2_column_shifter',
        'django_sb_admin',
        'django_filter'
    ]
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^', include('gfiles.urls')),
    url('galaxy/', include('galaxy.urls')),
  3. Run python manage.py migrate to create the models.

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

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

  6. View summary of Galaxy instances and options http://127.0.0.1:8000/galaxy/galaxy_summary/

  7. Register Galaxy instance http://127.0.0.1:8000/galaxy/addgi/

  8. Register Galaxy user http://127.0.0.1:8000/galaxy/addguser/

  9. Upload file(s) to Django (for bulk upload of files see django-misa and django-mogi) http://127.0.0.1:8000/upload_gfile/

  10. Upload file(s) to Galaxy data library (for bulk upload of files see django-misa and django-mogi) http://127.0.0.1:8000/galaxy/files_to_galaxy_datalib/

  11. Run workflow (for running workflows with ISA data see django-misa and django-mogi) http://127.0.0.1:8000/galaxy/workflow_summary/

  12. View histories http://127.0.0.1:8000/galaxy/history_status/

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

Uploaded Source

Built Distribution

django_galaxy-0.0.2-py3-none-any.whl (59.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-galaxy-0.0.2.tar.gz
  • Upload date:
  • Size: 43.6 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-galaxy-0.0.2.tar.gz
Algorithm Hash digest
SHA256 cb1ecd0688f452f50f243f4e1d76dfaebd6e50fb65d11f01d510b4cb03c77095
MD5 ee1ccfdc59e8bdbf961dcb7d75b54a52
BLAKE2b-256 1b0ba7b88cba4955a3120c739981c0e78b86f91ccb4bb02efb5453345d7ce83d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_galaxy-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 59.0 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_galaxy-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 92d7c1a9514fda8051ec16901a3f2c69ae7ac3b183d877dd3bc90ce0b7ce8ca8
MD5 9e602272f6eab133ab08639ba8af2b92
BLAKE2b-256 349af3df81934db07608bf93628cc3a6f0ffa628189e6c04294729b5790cdf3a

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