Skip to content

A python wrapper for the original TMscore (in Fortran 77)

License

Notifications You must be signed in to change notification settings

h3nnn4n/TMscore.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMscore.py


A simple class to wrap the original TMscore Fortran77 code. The source code for TMscore (required) can be found here: https://zhanglab.ccmb.med.umich.edu/TM-score/ It is also available in this repository.

Usage

from TMscore import TMscore


tmscore = TMscore(path_to_the_binary)  # Point where the binary is
print(tmscore(pdb1, pdb2))  # paths for 2 pdb files for comparison

License

See LICENSE. For more info on TMscore see https://zhanglab.ccmb.med.umich.edu/TM-score/

About

A python wrapper for the original TMscore (in Fortran 77)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages