Skip to content

Commit

Permalink
added comments and testing without keylookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 3, 2024
1 parent 44a6a87 commit c3df992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub/dataload/sources/chembl/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


def parse_data(data):
# https://www.uniprot.org/help/accession_numbers
UNIPROT_ACCESSION_PATTERN = re.compile(
r"[OPQ][0-9][A-Z0-9]{3}[0-9]|[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}"
)
Expand Down

0 comments on commit c3df992

Please sign in to comment.