rcsb / symmetry

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

Merge all symmetry repositories #62

Closed sbliven closed 9 years ago

sbliven commented 9 years ago

Merge the rcsb/symmetry, rcsb/symmetry-tools, and rcsb/symmetry-benchmark projects into one repository. Fixes #60!

The code has been reorganized into maven modules.

The movement of CE-Symm into biojava 4.1.1-SNAPSHOT and the deprecation of AFPChain in favor of MultipleAlignment has obsoleted or broken much of the code, so large chunks of code (particularly in the benchmark) have been deleted. To compensate for this, the legacy branch has been created which compiles against BioJava 4.1.0 and contains all the code from the previous versions of the repositories.

Incidentally, this solves #30.

@lafita is responsible for most of the work splitting the code into legacy and the new master.