Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brinkmanlab/galaxy-client
Galaxy web api client library
https://github.com/brinkmanlab/galaxy-client
Last synced: 3 months ago
JSON representation
Galaxy web api client library
- Host: GitHub
- URL: https://github.com/brinkmanlab/galaxy-client
- Owner: brinkmanlab
- License: other
- Created: 2019-09-24T20:21:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:15:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T00:48:16.802Z (7 months ago)
- Language: JavaScript
- Size: 3.38 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
Awesome Lists containing this project
- awesome-galaxy - VueJS API bindings
README
=========================
Galaxy web client library
=========================A Vue based library containing a collection of components to interact with Galaxies API
The API is abstracted using Vuex-ORM into a set of classes that provide interfaces for the various functionality.
**This library is a work in progress and is being actively developed, the interface may change at any time without warning.**
See [CONTRIBUTING](CONTRIBUTING.rst) for information on how to contribute and various aspects of the libraries design.
Required Galaxy modification
----------------------------Currently Galaxies API does not allow user creation, a simple modification to Galaxies code is required in order to enable this. See https://github.com/galaxyproject/galaxy/issues/8752