We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e541f08 commit 2679322Copy full SHA for 2679322
chebifier/prediction_models/c3p_predictor.py
@@ -23,10 +23,11 @@ def __init__(
23
self.program_directory = program_directory
24
self.chemical_classes = chemical_classes
25
self.chebi_graph = kwargs.get("chebi_graph", None)
26
-
+
27
@modelwise_smiles_lru_cache.batch_decorator
28
def predict_smiles_list(self, smiles_list: list[str]) -> list:
29
from c3p import classifier as c3p_classifier
30
31
result_list = c3p_classifier.classify(
32
list(smiles_list),
33
self.program_directory,
0 commit comments