Skip to content

Commit

Permalink
clear ovhgs before searching for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Oct 17, 2024
1 parent 0e51374 commit 0a045e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pydna/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def search(self, dna, linear=True):
# or should we just return the first cut site? -> Match
# >>> Dseq("CGTCGCuCACACGT")
#
self.ovhgs = list()
results = list()
for forward in [True, False]:
# Not using watson and crick, because the cut coordinates are with respect to the
Expand Down

0 comments on commit 0a045e4

Please sign in to comment.