RMSD on alpha-carbon #108
-
Hi. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
You can now call calculate_rmsd with
and if the the atoms are not in the right corner, you can call it with
|
Beta Was this translation helpful? Give feedback.
You can now call calculate_rmsd with
--only-alpha-carbons
and if the the atoms are not in the right corner, you can call it with
--reorder