Skip to content

modsim/margss

Repository files navigation

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