RMSD on alpha-carbon #108
Answered
by
charnley
yazdan12555
asked this question in
Q&A
|
Hi. |
Answered by
charnley
Nov 24, 2024
Replies: 2 comments 2 replies
|
The feature is not available using the command line interface. However, A) you can read the PDB with Python and use the functions from the library B) Remove all other atoms from the PDB file and use the command line interface If it is a feature you need, you are welcome to open an issue. |
1 reply
|
You can now call calculate_rmsd with and if the the atoms are not in the right corner, you can call it with |
1 reply
Answer selected by
charnley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can now call calculate_rmsd with
--only-alpha-carbonsand if the the atoms are not in the right corner, you can call it with
--reorder