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

sboljs: SBOL on the Web - the Synthetic Biology Open ...JC Sequence SequenceAnnotation BSD-Iicensed implementation of the Synthetic Biology Open Language (SBOL) ... body. append($(

  • Upload
    lyxuyen

  • View
    219

  • Download
    1

Embed Size (px)

Citation preview

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]