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

Molecule.from_file(protein_filename) #1

Open
cuitaoyong opened this issue Nov 7, 2023 · 5 comments
Open

Molecule.from_file(protein_filename) #1

cuitaoyong opened this issue Nov 7, 2023 · 5 comments

Comments

@cuitaoyong
Copy link

Molecule.from_file() can not read pdb file, what should I do? thank you

@kntkb
Copy link
Contributor

kntkb commented Nov 8, 2023

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.

@cuitaoyong
Copy link
Author

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

@ijpulidos
Copy link

@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.

@cuitaoyong
Copy link
Author

cuitaoyong commented Nov 16, 2023

I also test codes only using openff without espaloma (using vanilla-espaloma-experiment-main/experiment/tyk2-lig_ejm_31/openff-2.1.0/prep/lsf-submit.sh). And I want to use " self. _simulation. reports. append(PDBReporter ('.. /vanilla espaloma experience main/output. pdb', 1))" to save all MD trajectories, but after the program runs, the pdb is still empty, making it difficult for me to determine if my code successfully ran MD, but there were no errors reported
image

image

@cuitaoyong
Copy link
Author

@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

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

3 participants