{ "info": { "author": "Thomas N lawson", "author_email": "thomas.nigel.lawson@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===============\ndjango-galaxy\n===============\n\n\n|Build Status (Travis)| |Py versions|\n\n\nDjango interfacing with Galaxy. Backend using the bioblend API.\n\n`Galaxy `__ is a web based workflow platform that can be used to perform bioinformatics in a reproducible and sharable environment.\n\nFurther documentation available on `ReadTheDocs `__\n\nQuick start\n-----------\n\n1. Add \"galaxy\" and django application dependencies to your INSTALLED_APPS setting like this (galaxy should come before gfiles)::\n\n INSTALLED_APPS = [\n ...\n 'galaxy',\n 'gfiles',\n\n\n 'django_tables2',\n 'bootstrap3',\n 'django_tables2_column_shifter',\n 'django_sb_admin',\n 'django_filter'\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^', include('gfiles.urls')),\n url('galaxy/', include('galaxy.urls')),\n\n3. Run `python manage.py migrate` to create the models.\n\n4. Start the development server and visit http://127.0.0.1:8000\n\n5. Register http://127.0.0.1:8000/register/ and login http://127.0.0.1:8000/login/\n\n6. View summary of Galaxy instances and options http://127.0.0.1:8000/galaxy/galaxy_summary/\n\n7. Register Galaxy instance http://127.0.0.1:8000/galaxy/addgi/\n\n8. Register Galaxy user http://127.0.0.1:8000/galaxy/addguser/\n\n9. Upload file(s) to Django (for bulk upload of files see django-misa and django-mogi) http://127.0.0.1:8000/upload_gfile/\n\n10. 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/\n\n11. Run workflow (for running workflows with ISA data see django-misa and django-mogi) http://127.0.0.1:8000/galaxy/workflow_summary/\n\n12. View histories http://127.0.0.1:8000/galaxy/history_status/\n\n\n.. |Build Status (Travis)| image:: https://travis-ci.com/computational-metabolomics/django-galaxy.svg?branch=master\n :target: https://travis-ci.com/computational-metabolomics/django-galaxy/\n\n.. |Py versions| image:: https://img.shields.io/pypi/pyversions/django-galaxy.svg?style=flat&maxAge=3600\n :target: https://pypi.python.org/pypi/django-galaxy/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://mogi.readthedocs.io", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "django-galaxy", "package_url": "https://pypi.org/project/django-galaxy/", "platform": "", "project_url": "https://pypi.org/project/django-galaxy/", "project_urls": { "Homepage": "https://mogi.readthedocs.io" }, "release_url": "https://pypi.org/project/django-galaxy/0.0.2/", "requires_dist": [ "django (>=1.11.15)", "django-rest-framework", "django-gfiles", "bioblend" ], "requires_python": "", "summary": "Galaxy interfacing with Django", "version": "0.0.2" }, "last_serial": 5608283, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "eca76caf0d118809fd11a1311e19a747", "sha256": "21c794201a1340743b1d5994981472ec70ddd40515153ba141f755b839288ad2" }, "downloads": -1, "filename": "django_galaxy-0.0.1-4-py2-none-any.whl", "has_sig": false, "md5_digest": "eca76caf0d118809fd11a1311e19a747", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 45677, "upload_time": "2018-07-31T18:39:51", "url": "https://files.pythonhosted.org/packages/eb/d0/4d44b78147c7869610bb33f84be027929a6ea1fe87bbd840c83e6b8fd80b/django_galaxy-0.0.1-4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7375bf8d5dcf6a6e4fe16c9bbf0c12e", "sha256": "c6130a3a7fb08387b1cfefee269c6d9e04d7464285fc84b31fb68397350d661a" }, "downloads": -1, "filename": "django_galaxy-0.0.1-4-py3-none-any.whl", "has_sig": false, "md5_digest": "a7375bf8d5dcf6a6e4fe16c9bbf0c12e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 47575, "upload_time": "2018-07-31T18:39:52", "url": "https://files.pythonhosted.org/packages/83/80/eef5d0510a9872ea673ab8ef0330423bc19d9a11ef8a3a7e3d1c6df1ce7f/django_galaxy-0.0.1-4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41d5bb553f22b642029c1e589b58e15a", "sha256": "3f66ad20c0446cad889191b0639715322b498a580ec6d529c63162f749bbde4a" }, "downloads": -1, "filename": "django-galaxy-0.0.1-4.tar.gz", "has_sig": false, "md5_digest": "41d5bb553f22b642029c1e589b58e15a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42497, "upload_time": "2018-07-31T18:39:54", "url": "https://files.pythonhosted.org/packages/22/51/0131b08116701f0de9832a0f1983f42f677b4774830370ce46b4966a2e0c/django-galaxy-0.0.1-4.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "9e602272f6eab133ab08639ba8af2b92", "sha256": "92d7c1a9514fda8051ec16901a3f2c69ae7ac3b183d877dd3bc90ce0b7ce8ca8" }, "downloads": -1, "filename": "django_galaxy-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9e602272f6eab133ab08639ba8af2b92", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58992, "upload_time": "2019-07-30T15:21:29", "url": "https://files.pythonhosted.org/packages/34/9a/f3df81934db07608bf93628cc3a6f0ffa628189e6c04294729b5790cdf3a/django_galaxy-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee1ccfdc59e8bdbf961dcb7d75b54a52", "sha256": "cb1ecd0688f452f50f243f4e1d76dfaebd6e50fb65d11f01d510b4cb03c77095" }, "downloads": -1, "filename": "django-galaxy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ee1ccfdc59e8bdbf961dcb7d75b54a52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43601, "upload_time": "2019-07-30T15:21:31", "url": "https://files.pythonhosted.org/packages/1b/0b/a7b88cba4955a3120c739981c0e78b86f91ccb4bb02efb5453345d7ce83d/django-galaxy-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e602272f6eab133ab08639ba8af2b92", "sha256": "92d7c1a9514fda8051ec16901a3f2c69ae7ac3b183d877dd3bc90ce0b7ce8ca8" }, "downloads": -1, "filename": "django_galaxy-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9e602272f6eab133ab08639ba8af2b92", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58992, "upload_time": "2019-07-30T15:21:29", "url": "https://files.pythonhosted.org/packages/34/9a/f3df81934db07608bf93628cc3a6f0ffa628189e6c04294729b5790cdf3a/django_galaxy-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee1ccfdc59e8bdbf961dcb7d75b54a52", "sha256": "cb1ecd0688f452f50f243f4e1d76dfaebd6e50fb65d11f01d510b4cb03c77095" }, "downloads": -1, "filename": "django-galaxy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ee1ccfdc59e8bdbf961dcb7d75b54a52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43601, "upload_time": "2019-07-30T15:21:31", "url": "https://files.pythonhosted.org/packages/1b/0b/a7b88cba4955a3120c739981c0e78b86f91ccb4bb02efb5453345d7ce83d/django-galaxy-0.0.2.tar.gz" } ] }