some question for RdkitGridFeaturizer.featurize input
Open
- Dominant language
- Python
- Stars
- 7k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
## ❓ Questions & Help
I would like to use RdkitGridFeaturizer to characterise protein-small molecule complexes,
But I have some questions about the inputs to RdkitGridFeaturizer.featurize
Can I use the file paths of protein and ligand as inputs?
```
for example:
import deepchem as dc
featurizer = dc.feat.RdkitGridFeaturizer()
lig = 'ligand.sdf'
pro = 'protein.pdb'
featurizer.featurize([(lig, pro)])
```
```
output:
Failed to featurize datapoint 0.
```
What should I do?
Any help offered is appreciated!
Contributor guide
Assessment
This issue has not been assessed yet.