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
sbol2 had: compdef.assemblePrimaryStructure([comp1, comp2, comp3]) and then a compile method to generate the sequence of the composite part. What is the equivalent in SBOL? I am currently making composite parts by creating a component and then adding a series of subcomponents as features to the object but that doesn't give a sequence?
The text was updated successfully, but these errors were encountered:
With SBOL3, this sort of functionality has been moved out of the core library and into SBOL-utilities.
For the specific case of computing sequences in python, you will want the sbol_utilities.calculate_sequences package, which has functions for calculating the sequence of a particular component or of all components in a document.
sbol2 had: compdef.assemblePrimaryStructure([comp1, comp2, comp3]) and then a compile method to generate the sequence of the composite part. What is the equivalent in SBOL? I am currently making composite parts by creating a component and then adding a series of subcomponents as features to the object but that doesn't give a sequence?
The text was updated successfully, but these errors were encountered: