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 0a045e4 commit d3fa17d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pydna/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def search(self, dna, linear=True):
# or should we just return the first cut site? -> Match
# >>> Dseq("CGTCGCuCACACGT")
#

# Clear overhangs every time the search function is called
self.ovhgs = list()
results = list()
for forward in [True, False]:
Expand Down

0 comments on commit d3fa17d

Please sign in to comment.