Skip to content

Commit 596d83d

Browse files
committed
Add inchikeys to compound query ids.
Signed-off-by: DKL <[email protected]>
1 parent 1a91efb commit 596d83d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deepsearch/chemistry/queries/queries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class DocumentsQuery(ChemistryQuery):
2424
class CompoundsByIds(CompoundsQuery):
2525
"""Query compounds that have any of the given identifiers."""
2626

27+
inchikeys: list[str] = []
2728
persistent_ids: list[str] = []
2829

2930

0 commit comments

Comments
 (0)