Can gmx_MMPBSA output data at preset intervals of a certain number of frames? #527
Unanswered
alanjchang
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Every command line in the tutorial includes a way to generate a csv file with all the energy values. I assume you can run 1000 frames and then use python or any other programming language to process all the csv files in batch https://valdes-tresanco-ms.github.io/gmx_MMPBSA/dev/examples/Protein_DNA/ |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to determine how many frames I need to run gmx_MMPBSA for so that my free energy values for a protein-aptamer complex converge. I have run my GROMACS MD simulation for 10ns (corresponds to ~1000 frames). To achieve my goal, for a protein-aptamer complex, I am currently running gmx_MMPBSA for 100, 200, 300, ..., 1000 frames separately to see if the free energy values converge. This, however, is very computationally expensive, especially given that some of my complexes are large. Is there a way for gmx_MMPBSA to output free energy data at intervals of one gmx_MMPBSA run. For example, I would just run gmx_MMPBSA once for 1000 frames, but every 100 frames, gmx_MMPBSA would output the free energy values it has calculated up until that point. This would be computationally cheaper.
Beta Was this translation helpful? Give feedback.
All reactions