Skip to content

SBOL Utilities 1.0-alpha14

Pre-release
Pre-release
Compare
Choose a tag to compare
@jakebeal jakebeal released this 03 Feb 16:05
· 302 commits to main since this release
3315211

This release of SBOL Utilities includes the following utilities:

  • graph-sbol uses graphviz to render the object tree in an SBOL Document.
  • excel-to-sbol extracts SBOL parts and libraries from an Excel file (an SBOL3 version of the SBOL2 Excel-to-SBOL utility)
  • sbol-expand-derivations searches through an SBOL file for CombinatorialDerivation objects and expands them to create a library of all of the specific constructs.
  • sbol-calculate-sequences attempts to calculate the sequence of any DNA Component that can be fully specified from the sequences of its sub-components.
  • sbol-converter converts between any of the SBOL3, SBOL2, GenBank, and FASTA formats.
  • sbol-diff computes and reports the difference between two SBOL3 documents.

In addition, for python users SBOL Utilities provides sequence and component packages to simplify common tasks with those types of objects.

New in this release:

  • Addition of high-level functions for building components
  • Fixed some SBOL2 <-> SBOL3 conversion bugs
  • Improved documentation and error messages