-
Notifications
You must be signed in to change notification settings - Fork 1
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
Molecule.from_file(protein_filename) #1
Comments
Thank your for your interest. This might be related to our current work-around in loading PDB files into OpenFF Molecule objects. Currently, our script require the OpenEye toolkit to be installed which can be obtained for free for academics. More details can be found here. |
Thank you for your answer. Is there any way to bypass OpenEye? The process of applying for OpenEye in my country is very complex, and I have been applying for it for a week, but there is still no news |
@cuitaoyong You could try to create the complex with something like what's discussed in https://docs.openforcefield.org/en/latest/examples/openforcefield/openff-toolkit/toolkit_showcase/toolkit_showcase.html which shouldn't require OpenEye. But you would need to adapt the scripts provided here for that to happen. Please consider that this approach has not been tested by us. |
Thanks! I will try it |
Molecule.from_file() can not read pdb file, what should I do? thank you
The text was updated successfully, but these errors were encountered: