You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test the DLKcat with the substrate 'CC(=O)[O-].C(C(C(C(C(C=O)O)O)O)O)O.[Na+]', however, I see the code of line 234 ('if smiles != None and "." not in smiles ') in 'prediction_for_input.py' indicates that DLKcat may not be able to process the smiles containing '.'. How to make DLKcat handle the smiles containing '.'? Thank U~
The text was updated successfully, but these errors were encountered:
For some added context, the "." symbol in SMILES represents an R-group, making it a class of compounds rather than a single substrate. It would not make sense to predict a turnover number for a reaction with an unknown reactant, so DLKcat is doing what it should with these entries.
I test the DLKcat with the substrate 'CC(=O)[O-].C(C(C(C(C(C=O)O)O)O)O)O.[Na+]', however, I see the code of line 234 ('if smiles != None and "." not in smiles ') in 'prediction_for_input.py' indicates that DLKcat may not be able to process the smiles containing '.'. How to make DLKcat handle the smiles containing '.'? Thank U~
The text was updated successfully, but these errors were encountered: