Pymol-Scripts / Pymol-script-repo

Collected scripts for Pymol
http://www.pymolwiki.org/index.php/Git_intro
435 stars 257 forks source link

tmalign update #143

Closed nemethzb closed 3 months ago

nemethzb commented 3 months ago

Hi, I found tmalign.py not compatible with the 2022/4/12 version of the TM-align source code in C++. Changing line 155 in tmalign.py to: elif line.lower().startswith(' -------- rotation matrix') or line.lower().startswith('------ the rotation matrix'): fixed the issue. Kind regards.

pslacerda commented 3 months ago

Hi, just changed the string. Didn't tested, just checked the current TM-align source code.