Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 687 Bytes

File metadata and controls

27 lines (14 loc) · 687 Bytes

MARGSS

Microservice Archictecture for Genome Scale Sampling

Build and run with

docker build -t margss-image . && docker run -d -p 8080:8080 margss-image

and access at localhost:8080.

Background

MARGSS is powered by PolyRound and HOPS.

Frontend

Image of MARGSS frontend

API-Docs

REST-API docs are available from a running instance at localhost:8080/api-docs. Image of MARGSS frontend