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
feeding a null Library like below
throws " java.lang.NoClassDefFoundError: org/sbolstandard/libSBOLj/Library"
Library could be optional if spec allowed for it. - might require change of spec
feeding a null Library like below
throws " java.lang.NoClassDefFoundError: org/sbolstandard/libSBOLj/Library"
Library could be optional if spec allowed for it. - might require change of spec
Library library = new Library();
DnaComponent dnaComponent;
String sbolString;
dnaComponent = SBOLutil.readRichSequence(richSequence);
library.addComponent(dnaComponent);
sbolString = SBOLutil.toJson(library);
The text was updated successfully, but these errors were encountered: