-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
ERROR 'NoneType' object has no attribute 'nodes'. WARNING can't convert np.ndarray of type numpy.str_. #409
Comments
From looking at your logs it seems pdb |
I validate the existence of pdb files with this code:
Testing 8xip with this validation:
Correctly return 'Error', because at moment PDB file doesn't exist. Then I tested for a few entries because for the whole list will take over 3 hours (configuration come from here Subgraphing to Protein Surface):
Output
|
Hi,
I'm using Graphein on Google Colab, I have a list of PDB ids
pdb_ids
and I'm usingProteinGraphDataset(...)
to create a dataset.Output
The text was updated successfully, but these errors were encountered: