moltimate / moltimate-backend

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

Add database for alignments #116

Closed jmiller656 closed 5 years ago

jmiller656 commented 5 years ago

Add a new database to store alignments so we don't compute them twice. This essentially works as a second layer for caching.

blackpan2 commented 5 years ago

@jmiller656 SuccessfulAlignment and FailedAlignment now that they're pulled out can we reuse them in the MotifAlignmentResponse?

jmiller656 commented 5 years ago

@jmiller656 SuccessfulAlignment and FailedAlignment now that they're pulled out can we reuse them in the MotifAlignmentResponse?

Probably, but I'm not sure that it would be good to do that in this PR because it kinda feels like it's outside the scope