/newt

A web application to visualize and edit pathway models

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

Dockerized Newt

This is a fork of Newt, a web based, open source viewer and editor for pathways in Systems Biological Graphical Notation (SBGN) and Simple Interaction Format (SIF).

How to run

docker-compose up --build

will build and start the container and make Newt available at port 8080. If you want to use some other port, change the .env file accordingly. Please keep in mind that using ports below 1024 require superuser access.

Documentation

The original README file for Newt is available here.