-
Hi, Unlike GROMACS, where we have to perform 2 operations on the trajectory namely centering and fitting, there seems to be only one here: pytraj.align. I am particularly not sure how accurate this function is. I have been simulating protein-ligand systems. In many cases, in a visualizer, I have found the ligand to be all over the place but the RMSD of the ligand and the protein speak otherwise. This is how I have been employing the function: Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
We will be better able to help if you could post your exact input (commands etc).
See section 3.2 on Atom mask selection syntax in the CPPTRAJ manual. |
Beta Was this translation helpful? Give feedback.
-
hi @1heman: I am sorry for my delay reply (I normally check github notification via my email but github did not seem to send this thread to my email).
To make sure the code correct, please specify a protein segment, saying residue
Yes, all atoms. |
Beta Was this translation helpful? Give feedback.
-
@1heman: FYI Lines 2164 to 2206 in 30d43ce |
Beta Was this translation helpful? Give feedback.
hi @1heman: I am sorry for my delay reply (I normally check github notification via my email but github did not seem to send this thread to my email).
To make sure the code correct, please specify a protein segment, saying residue
:1-12
, write the aligned trajectory and visualize it.