Skip to content

Instantly share code, notes, and snippets.

@gp0
Created March 18, 2015 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gp0/a8e7d27edf979f8c0e0d to your computer and use it in GitHub Desktop.
Save gp0/a8e7d27edf979f8c0e0d to your computer and use it in GitHub Desktop.
Kabsch test run
simon@t430 ~/.julia/v0.3/BiomolecularStructures $ julia src/PDB/pdb.jl
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain A is discontinuous at line 5037.
PDBConstructionWarning)
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain B is discontinuous at line 5080.
PDBConstructionWarning)
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain C is discontinuous at line 5124.
PDBConstructionWarning)
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain D is discontinuous at line 5167.
PDBConstructionWarning)
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain A is discontinuous at line 5211.
PDBConstructionWarning)
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain B is discontinuous at line 5269.
PDBConstructionWarning)
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain C is discontinuous at line 5327.
PDBConstructionWarning)
/usr/local/lib/python2.7/dist-packages/Bio/PDB/StructureBuilder.py:86: PDBConstructionWarning: WARNING: Chain D is discontinuous at line 5385.
PDBConstructionWarning)
RMSD for Alpha chains of HUMAN DEOXYHAEMOGLOBIN (PDB ID: 2HHB)
Naive RMSD:
270.5825391117817
RMSD after Kabsch:
66.74658751480098
RMSD for Beta chains of HUMAN DEOXYHAEMOGLOBIN (PDB ID: 2HHB)
Naive RMSD:
294.89354860857554
RMSD after Kabsch:
6.258543882739997e-12
simon@t430 ~/.julia/v0.3/BiomolecularStructures $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment