Giter Club home page Giter Club logo

django-galaxy's Introduction

django-galaxy

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/

django-galaxy's People

Contributors

tomnl avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.