Skip to content

Commit

Permalink
Add inchikeys to compound query ids.
Browse files Browse the repository at this point in the history
Signed-off-by: DKL <[email protected]>
  • Loading branch information
kdinkla committed Dec 9, 2024
1 parent 1a91efb commit 596d83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepsearch/chemistry/queries/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class DocumentsQuery(ChemistryQuery):
class CompoundsByIds(CompoundsQuery):
"""Query compounds that have any of the given identifiers."""

inchikeys: list[str] = []
persistent_ids: list[str] = []


Expand Down

0 comments on commit 596d83d

Please sign in to comment.