sboljs: sbol on the web · e.g. proteins found component escher-vis zachary biois.io submit wish a...

14
sboljs: SBOL on the Web James Alastair McLaughlin [email protected]

Upload: others

Post on 12-Jul-2020

13 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

sboljs: SBOL on the Web

James Alastair McLaughlin

[email protected]

Page 2: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

2001

2016

Page 3: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago
Page 4: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

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

Page 5: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

“Hello World”

Page 6: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

http://ico2s.github.io/sboljs

Page 7: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago
Page 8: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

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

Page 9: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

npm install sbolstack-frontend

Page 10: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

npm install jquery

Page 11: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

browserify test_stack_browser.js -o bundle.js

Page 12: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

npm install sequence-formatter

Page 13: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

browserify test_stack_browser.js -o bundle.js

Page 14: sboljs: SBOL on the Web · e.g. proteins found Component escher-vis Zachary biois.io Submit Wish a compœwnt Stars Stats About us 3 hours 6 days ago 6 days ago 6 days ago

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

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

npm packages: sboljs and sbolstack-frontend-js

Questions and comments: [email protected]