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 #104

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 truth.

blackpan2 commented 5 years ago

@steplica this didn't get merged into dev are you opening a new pr for that merge?