jamesamcl / pysbolgraph

Simple native Python library to read and write Synthetic Biology Open Language (SBOL) files 🐍
http://sbolstandard.org
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

PySBOLGraph

PySBOLGraph is a simple native Python library to read and write SBOL2 files, compatible with both Python 2.7 and Python 3.

Install using pip install pysbolgraph, or clone this repository and run python setup.py install

Examples

The file crispr.py reproduces the CRISPR example that is also used in the tutorials for libSBOL, libSBOLj, sboljs and pysbol.

See also

For a more powerful library with features such as automated sequence assembly, check out pysbol.

For a JavaScript/TypeScript version of this library, check out the original sbolgraph.