1.5.4
SynBioHub is a design repository for people designing biological constructs. It enables DNA and protein designs to be uploaded and shared. SynBioHub also facilitates searching for information about existing useful parts and designs by combining data from a variety of sources. Finally, it has a programmatic interface that allows applications to connect to SynBioHub via a RESTful API to enable third-party software to search, fetch, and submit parts and other design information.
The easiest install method is using Docker, instructions here:
http://wiki.synbiohub.org/wiki/Installation
It is also possible to run on Mac and Linux systems without using Docker. Instructions can be found on the repository README here:
https://github.com/SynBioHub/synbiohub
If you have an instance of SynBioHub running on your machine and would like to make it publicly accessible using the web, we recommend using nginx. Instructions for deploying on nginx can be found here:
http://wiki.synbiohub.org/wiki/NGINX_configuration_instructions
Finally, if you do create a publically accessible instance of SynBioHub, we would like to hear from you, so we may add it to our web-of-registries. Please email:
New Features
- Complete refactor of API, making download, edit, make public, and many other endpoints API accessible
- Support for submit plugins
- Support for download plugins
Changes
- Ask for confirmation when removing object from the collection page
- Remove cloneCollection endpoint
- Remove extra search endpoints
Bug fixes
- Fixed bug with share links
- Fixed bug with non-recursive SBOL Collection fetch dropping members
- Fixed bug where incorrect login token caused exception
- Fixed numerous issues with submit via a complete refactor
- Fixed issue where virtuoso being down caused exceptions
- Fixed bug where collection was getting removed when overwritten by an invalid submission