sboljs: sbol on the web - the synthetic biology open ...jc sequence sequenceannotation bsd-iicensed...

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

Upload: lyxuyen

Post on 01-Apr-2018

219 views

Category:

Documents


1 download

TRANSCRIPT

sboljs: SBOL on the Web

James Alastair McLaughlin

[email protected]

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: [email protected]