moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 6 forks source link

Clean up active site parsing logic #110

Closed steplica closed 5 years ago

steplica commented 5 years ago

This will move our active site parsing logic into two classes,CsaActiveSiteParser and PromolActiveSiteParser, which both implement the interface ActiveSiteParser.

This lets us more extensibly handle future active site parsers from other sources of information.