Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/galaxy-data_source-examples
Examples of Galaxy data_source servers
https://github.com/hexylena/galaxy-data_source-examples
Last synced: 22 days ago
JSON representation
Examples of Galaxy data_source servers
- Host: GitHub
- URL: https://github.com/hexylena/galaxy-data_source-examples
- Owner: hexylena
- Created: 2014-12-30T17:20:48.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T15:53:55.000Z (12 months ago)
- Last Synced: 2024-10-17T13:58:22.982Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Galaxy Data Source Examples
Simple data source examples to help others building databases which should have
Galaxy integration. There are two types of data sources, `sync` and `async`.This repository provides a couple different implementations, based on your needs:
- [CherryPy](./cherrypy)
- [Flask](./flask)
- [Django](https://github.com/erasche/django-galaxydatasource)# Authors
- Torsten Houwaart
- Helena Rasche# Notes
- https://lists.galaxyproject.org/archives/list/[email protected]/thread/OX5FUMBNE5KIAJ2DSE2T4DDNFPEVW2RR/
- http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3092608/
- https://galaxyproject.org/admin/internals/data-sources/