sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a...

Post on 12-Jul-2020

10 views 0 download

Transcript of sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a...

sboljs: SBOL on the Web

James Alastair McLaughlin

j.a.mclaughlin@ncl.ac.uk

2001

2016

Prerequisites: node.js and npm

Windows: binaries from http://nodejs.org Debian/Ubuntu: apt-get install nodejs OS X: brew install node

mkdir sbol_test && cd sbol_testnpm install sboljs

“Hello World”

http://ico2s.github.io/sboljs

npm install -g browserifybrowserify test_browser.js -o bundle.js

npm install sbolstack-frontend

npm install jquery

browserify test_stack_browser.js -o bundle.js

npm install sequence-formatter

browserify test_stack_browser.js -o bundle.js

Source: http://github.com/ICO2S/sboljs

Docs: http://ico2s.github.io/sboljs

npm packages: sboljs and sbolstack-frontend-js

Questions and comments: j.a.mclaughlin@ncl.ac.uk