rcsb / symmetry

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

Maven tests don't pass #5

Closed andreasprlic closed 11 years ago

andreasprlic commented 11 years ago

mvn install does not work. See also https://travis-ci.org/rcsb/symmetry

dmyersturnbull commented 11 years ago

Fixed, but CensusTest was breaking because http://source.rcsb.org/jfatcatserver/showSymmetry.jsp?name1=d2c35e1 reports id=12.31% and sim=32.31%, which is different from the getIdentity()=6.95% and getSimilarity()=18.26% from AFPChain. Any idea why this is?

andreasprlic commented 11 years ago

sounds like there is a bug with the %ID calculation somewhere..