Skip to content

james-za/glycano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glycano

An editor for glycan structure diagrams (http://glycano.cs.uct.ac.za).

Uses Scala.js to compile to javascript, with bindings to React provided through scalajs-react.

Building

Requires sbt.

Development

  • sbt
  • ~fastOptJS
  • Browse to http://localhost:12345/core/target/scala-2.11/classes/index-fastopt.html.
  • Source changes detected by sbt will trigger recompilation; press enter to stop monitoring.

Fully Optimised

  • sbt
  • fullOptJS
  • Browse to http://localhost:12345/core/target/scala-2.11/classes/index-fullopt.html.

Deploying

  • sbt
  • fullOptJS
  • Copy core/target/scala-2.11/glycanoweb-opt.js to core/target/scala-2.11/classes/js/glycanoweb-opt.js.
  • Use core/target/scala-2.11/classes/index.html (including favicon.* and all files in the sub-directories css, fonts, and js).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published