You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend Knox's RESTful API with an endpoint for exporting combinatorial SBOL ("/sbol/exportCombinatorial"). The input parameters for this endpoint should be the spaceID of the design space graph to be exported as SBOL and a namespace (for example, "http://example.org") to prefix the URIs of all SBOL objects generated during the export process. The generated objects should include CombinatorialDerivations and their template ComponentDefinitions. The variants properties of a CombinatorialDerivation's VariableComponents should contain the component IDs labeling the edges of the exported design space graph. These component IDs are ideally SBOL compliant URIs consisting of a namespace followed by a displayId and a version (for example, "http://examples.org/pTet/1").
The text was updated successfully, but these errors were encountered:
Extend Knox's RESTful API with an endpoint for exporting combinatorial SBOL ("/sbol/exportCombinatorial"). The input parameters for this endpoint should be the spaceID of the design space graph to be exported as SBOL and a namespace (for example, "http://example.org") to prefix the URIs of all SBOL objects generated during the export process. The generated objects should include CombinatorialDerivations and their template ComponentDefinitions. The variants properties of a CombinatorialDerivation's VariableComponents should contain the component IDs labeling the edges of the exported design space graph. These component IDs are ideally SBOL compliant URIs consisting of a namespace followed by a displayId and a version (for example, "http://examples.org/pTet/1").
The text was updated successfully, but these errors were encountered: