Do not search for a sequence already in DB
carlosribas opened this issue · 2 comments
carlosribas commented
In this case we should show the results of the DB or cache. However, the system needs to redo the search after a new release.
blakesweeney commented
If the hash we assign to each sequence export is stable you could use that to determine when to rerun a search or not.
carlosribas commented
Thanks for the tip. I was wondering use the hash to know when to download and update files on our nfs server. I have to figure out the best way to do this in our code.