https://github.com/modsim/margss
Sampling Genome-scale models as a service
https://github.com/modsim/margss
Last synced: 4 months ago
JSON representation
Sampling Genome-scale models as a service
- Host: GitHub
- URL: https://github.com/modsim/margss
- Owner: modsim
- Created: 2021-02-26T01:49:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T07:42:01.000Z (over 2 years ago)
- Last Synced: 2024-04-18T08:07:10.234Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.32 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MARGSS
**M**icroservice **A**rchictecture for **G**enome **S**cale **S**ampling
Build and run with
```
docker build -t margss-image . && docker run -d -p 8080:8080 margss-image
```
and access at [localhost:8080](localhost:8080).
# Background
MARGSS is powered by [PolyRound](https://gitlab.com/csb.ethz/PolyRound) and [HOPS](https://github.com/modsim/hops).
# Frontend

# API-Docs
REST-API docs are available from a running instance at [localhost:8080/api-docs](localhost:8080/api-docs).
