SynBioDex/sboljs

Name: sboljs

Owner: Synthetic Biology Data Exchange Group

Description: Implementation of the Synthetic Biology Open Language (SBOL) in JavaScript

Created: 2015-10-13 21:04:57.0

Updated: 2018-05-24 00:04:10.0

Pushed: 2018-05-24 00:04:09.0

Homepage:

Size: 8638

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BSD-licensed implementation of the Synthetic Biology Open Language (SBOL) in JavaScript.

Requires a JavaScript environment with ES6 class support (e.g. recent versions of node, Chrome, …)

Features:

Installation
npm install sboljs
Usage
var SBOLDocument = require('sboljs')

SBOLDocument.loadRDFFile('foo.xml', function(err, doc) {

    doc.componentDefinitions.forEach(function(componentDefinition) {

        console.log(componentDefinition.name)

    })

})

Documentation


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.