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
The GOLDBAR: one-or-more((Cello_promoter then zero-or-one(Cello_promoter) then Cello_ribozyme then Cello_RBS then Cello_CDS then Cello_terminator) or reverse-comp(Cello_promoter then zero-or-one(Cello_promoter) then Cello_ribozyme then Cello_RBS then Cello_CDS then Cello_terminator))
Categories:
Use the same Cello categories as the AND examples
Behavior:
Graph and enumerations are generated, but the SBOL file is [undefined]
Error stack:
TypeError: Cannot read property 'combDV' of undefined
at sbolGeneration.makeSBOLFromStack (/Users/danyfu/Documents/bio-circuit/constellation-js/lib/sbol.js:476:34)
at generateCombinatorialSBOL (/Users/danyfu/Documents/bio-circuit/constellation-js/lib/edgeSBOL.js:333:11)
at Object.goldbar (/Users/danyfu/Documents/bio-circuit/constellation-js/lib/constellation.js:96:19)
at /Users/danyfu/Documents/bio-circuit/constellation-js/demos/server.js:48:32
at Layer.handle [as handle_request] (/Users/danyfu/Documents/bio-circuit/constellation-js/node_modules/express/lib/router/layer.js:95:5)
at next (/Users/danyfu/Documents/bio-circuit/constellation-js/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/Users/danyfu/Documents/bio-circuit/constellation-js/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/Users/danyfu/Documents/bio-circuit/constellation-js/node_modules/express/lib/router/layer.js:95:5)
at /Users/danyfu/Documents/bio-circuit/constellation-js/node_modules/express/lib/router/index.js:281:22
at Function.process_params (/Users/danyfu/Documents/bio-circuit/constellation-js/node_modules/express/lib/router/index.js:335:12)
The text was updated successfully, but these errors were encountered:
The GOLDBAR:
one-or-more((Cello_promoter then zero-or-one(Cello_promoter) then Cello_ribozyme then Cello_RBS then Cello_CDS then Cello_terminator) or reverse-comp(Cello_promoter then zero-or-one(Cello_promoter) then Cello_ribozyme then Cello_RBS then Cello_CDS then Cello_terminator))
Categories:
Use the same Cello categories as the AND examples
Behavior:
Graph and enumerations are generated, but the SBOL file is
[undefined]
Error stack:
The text was updated successfully, but these errors were encountered: