Skip to content

zachsents/SBOLCanvas

 
 

Repository files navigation

SBOLCavas is a web application for creation and editing of genetic constructs using the SBOL data and visual standard. SBOLCanvas allows a user to create a genetic design from start to finish, with the option to incorporate existing SBOL data from a SynBioHub repository. SBOLCanvas is created as part of SynBioKS.

DOCKER:

-SBOLCanvas is a dockerized application and can be found at the repository synbiohub/sbolcanvas. A github action is configured so that upon a commit into the main branch 'final' a new image will be built and pushed to Docker Hub. A running instance of the application can be found at http://canvas.synbioks.org/canvas/

To build & run the docker image locally:

(from the top level directory of this repository)
-$docker build -t sbolcanvas/sbolcanvas .
-$docker run -p 8080:8080 sbolcanvas/sbolcanvas:latest

To run the latest version on the dockerhub repository locally:

-$docker run --rm -p 8080:8080 synbiohub/sbolcanvas

To run the current release on the dockerhub repository locally:

-$docker run --rm -p 8080:8080 synbiohub/sbolcanvas:1.2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.7%
  • Java 12.9%
  • TypeScript 9.1%
  • Shell 1.5%
  • Batchfile 0.9%
  • CSS 0.5%
  • Other 0.4%