An open API service indexing awesome lists of open source software.

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

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
![Image of MARGSS frontend](https://github.com/modsim/margss/blob/main/images/frontend.png)

# API-Docs
REST-API docs are available from a running instance at [localhost:8080/api-docs](localhost:8080/api-docs).
![Image of MARGSS frontend](https://github.com/modsim/margss/blob/main/images/api_docs.png)