Skip to content

gesinecauer/TMscore_py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMscore_py


A simple class to wrap the original TMscore C++ 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.

Installation

Install via

pip install -e git+https://github.com/gesinecauer/TMscore_py

Usage

from TMscore_py import TMscore


tmscore = TMscore()
print(tmscore(structX, structY))  # file paths or numpy arrays

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 C++)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.0%
  • Python 9.7%
  • CMake 0.3%