Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RdkitGridFeaturizer fails to featurize the datapoint since last two week #4181

Open
UNCG-JSNN opened this issue Nov 20, 2024 · 2 comments
Open

Comments

@UNCG-JSNN
Copy link

Hi, I currently encounter an issue about RdkitGridFeaturizer in deepchem. This featurizer cannot featurize the datapoint since last monday. Two weeks ago, I used this RdkitGridFeaturizer to featurize the datapoint and this featurizer worked well. However, last Monday I used the same code to featurize the datapoint and the RdkitGridFeaturizer failed to featurize the datapoint. I set up the environment based on the deepchem tuturioal e-book and use Colab. I attach my code here and screenshot here.

featurizer = dc.feat.RdkitGridFeaturizer(voxel_width=2.0
, feature_types=['ecfp', 'splif', 'salt_bridge', 'hbond']
, flatten=True
, sanitize=True)

tasks, datasets, transformers = dc.molnet.load_pdbbind(featurizer=featurizer, set_name="refined", reload=True,
data_dir='/content/drive/MyDrive/Conda',
save_dir='/content/drive/MyDrive/Conda')

No Issue
Issue appear

@UNCG-JSNN
Copy link
Author

@Shiva-sankaran, how can I reach out you via your email? Your email link is not working.

@Shiva-sankaran
Copy link
Contributor

Hi @UNCG-JSNN, I don't see any recent changes that should impact your workflow. We’ll investigate further to identify any updates that might have affected RdkitGridFeaturizer. In the meantime, you can install DeepChem from source and revert to a commit prior to November 4th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants