Skip to content

Commit

Permalink
adding a new document to test linear backbone
Browse files Browse the repository at this point in the history
adding a new document to test linear backbone from SBOL
  • Loading branch information
Gonza10V authored Mar 26, 2024
1 parent 4408543 commit 408a297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ def test_backbone_bp011(self):
hlc_doc.add([hl_circular_backbone_component, hl_circular_backbone_seq])
assert doc_diff(doc, hlc_doc) == 0, f'Constructor Error: Circular {backbone_identity} from SBOL'

hlc_doc = sbol3.Document()
doc = sbol3.Document()
doc.add([linear_backbone_component, linear_backbone_seq])
hl_linear_backbone_component, hl_linear_backbone_seq = backbone_from_sbol(identity=backbone_identity, sbol_comp=linear_backbone_component, dropout_location=dropout_location, fusion_site_length=fusion_site_length, linear=True, description=test_description)
hlc_doc.add([hl_linear_backbone_component, hl_linear_backbone_seq])
Expand Down

0 comments on commit 408a297

Please sign in to comment.