rcsb / symmetry

:ferris_wheel: Detect, analyze, and visualize protein symmetry
GNU Lesser General Public License v2.1
26 stars 16 forks source link

Should fix build. showSymmetry.jsp reports different %sim and %id? #8

Closed dmyersturnbull closed 11 years ago

dmyersturnbull commented 11 years ago

Test and code were both okay; expected values were not. http://source.rcsb.org/jfatcatserver/showSymmetry.jsp?name1=d2c35e1 reports a different %id and %sim than AFPChain's getIdentity() and getSimilarity(). Why?

dmyersturnbull commented 11 years ago

Okay, now showSymmetry gives the correct result of getIdentity()=6.95% and getSimilarity()=18.26%. This seems to affect other results as well. What changed? Spencer, did you fix this?