Calculate RMSD between two sets of molecules (eg, Crystal pose vs. docked pose)

From DISI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

10/21/2020 Ying

Script to calculate RMSD between two sets of molecules (mol2 format), modified from the openeye rmsd.py (https://docs.eyesopen.com/toolkits/python/_downloads/rmsd.py).

To use it, you just need two mol2 files but with match names for the same molecule.

 /nfs/home/yingyang/programs/miniconda3/envs/teachopencadd/bin/python \
 /nfs/home/yingyang/scripts/rmsd_oe_multi.py -ref <xtal_ligs.mol2> -in <poses.mol2>
  • make sure the other conda/python environment is not activated