Skip to content

Releases: draeger-lab/MPServer

0.9.0

01 Sep 10:29
Compare
Choose a tag to compare

This serves as the preliminary release, until the ModelPolisher 2.1 version has seen a proper release.

The JAR is standalone, see the README for how to use the configuration file.

Server Prototype

26 Jul 21:11
1251a33
Compare
Choose a tag to compare
Server Prototype Pre-release
Pre-release

This is a prototype for testing and development purposes.

It is a standalone JAR, which you can run with java -jar model-polisher-server-1.0.0-SNAPSHOT-standalone.jar.
It will start a HTTP server on localhost:3000.

Caveats

  • Port 3000 is hardcoded right now
  • I run Java 21 locally; the project is likely compiled against it and you won't be able to run it with an older version
  • I have a local Maven repository set up where I host the included ModelPolisher JAR and the SysBio library; in case you try to build this project with Leiningen it will likely fail unless you set this up accordingly. Note that the ModelPolisher JAR I include is not released somewhere but rather built as a thin JAR from the current state of the 2.1 branch of ModelPolisher