Skip to content

Implementation of the Kabsch algorithm in Python for 3D structural alignment/RMSD calculation. Can read/write files in .pdb, .gro and .xyz formats.

License

Notifications You must be signed in to change notification settings

JosePereiraUA/zalign.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

zalign.py

Implementation of the Kabsch algorithm in Python for 3D structural alignment/RMSD calculation. Can read/write files in .pdb, .gro and .xyz formats.

usage:

  $ python zalign.py -m pred.pdb -r ref.pdb -o out.pdb -f CA
RMSD:  1.382 angstrom ( 61 atoms)

About

Implementation of the Kabsch algorithm in Python for 3D structural alignment/RMSD calculation. Can read/write files in .pdb, .gro and .xyz formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages