Skip to content

Commit

Permalink
fix HEPN
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzhaozzzz committed Oct 22, 2024
1 parent c218805 commit 70dacb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bioat/lib/libfastx.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ def cas13_finder(
handler.close()

# pattern = re.compile(r"R[NHD][A-Z]{3,5}H")
# pattern = re.compile(r"R[NHQD][A-Z]{3,5}H")
pattern = re.compile(r"(R[NHQD][A-Z]{3,5}H|H[A-Z]{3,5}[NHQD]R)")
pattern = re.compile(r"R[NHQD][A-Z]{3,5}H")
# pattern = re.compile(r"(R[NHQD][A-Z]{3,5}H|H[A-Z]{3,5}[NHQD]R)")
# R: Arginine
# N: Asparagine
# H: Histidine
Expand Down

0 comments on commit 70dacb4

Please sign in to comment.