speleo3 / pymol-psico

Pymol ScrIpt COllection (PSICO)
BSD 2-Clause "Simplified" License
57 stars 27 forks source link

Returning both TM-scores from TMalign wrapper #14

Closed ioChris closed 2 years ago

ioChris commented 2 years ago

Hi, I am using the TMalign wrapper and I am interested in getting both TM-scores, as well as the RMSD value from a single TM-align command. Is it currently possible to capture or return those values ?

ioChris commented 2 years ago

It is possible to capture and return all 3 values through the function (by returning a list) and then parsing it.