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

how to extract minima PDB #2

Closed
MuthusaravananS opened this issue Jul 25, 2024 · 2 comments
Closed

how to extract minima PDB #2

MuthusaravananS opened this issue Jul 25, 2024 · 2 comments

Comments

@MuthusaravananS
Copy link

how to extract minima time frame or PDB

@sulfierry
Copy link
Owner

Hi @MuthusaravananS, just use the "--energy" parameter in your execution line.

For example:

--energy 3.0: will search for all points with energy less than or equal to 3KJ/mol.

Then you will receive an output "discrete_values_energy_frames.tsv" containing all the energy values ​​for each frame. Once you know which frame is related to the respective energy value, simply remove the respective frame from your trajectory.

If you want to view different points according to energy, just use the " --discretize" parameter. For example,
--discretize 1.0: will discretize the image points every 1 KJ/mol.

@sulfierry
Copy link
Owner

I will close this issue. If you have any further questions, I will be available to help.

@sulfierry sulfierry pinned this issue Aug 13, 2024
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

2 participants