Skip to content

Commit

Permalink
Merge pull request #216 from SynBioDex/native-sbol23-conversion-from2
Browse files Browse the repository at this point in the history
First pass on conversion from SBOL2 to SBOL3
  • Loading branch information
jakebeal authored Oct 7, 2023
2 parents 6d59395 + a184667 commit b6ef749
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 15 deletions.
2 changes: 1 addition & 1 deletion sbol_utilities/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def convert2to3(sbol2_doc: Union[str, sbol2.Document], namespaces=None, use_nati
:return: equivalent SBOL3 document
"""
if use_native_converter:
return sbol_utilities.sbol3_sbol2_conversion.convert2to3(sbol2_doc)
return sbol_utilities.sbol3_sbol2_conversion.convert2to3(sbol2_doc, namespaces)

# if we've started with a Document in memory, write it to a temp file
if namespaces is None:
Expand Down
Loading

0 comments on commit b6ef749

Please sign in to comment.