cmbi / mrs

Maarten's Retrieval Service
Boost Software License 1.0
0 stars 3 forks source link

outdated blast jobs aren't completely removed. #22

Open cbaakman opened 10 years ago

cbaakman commented 10 years ago

Most likely happens at https://github.com/cmbi/mrs/blob/master/src/M6BlastCache.cpp#L334

Blast jobs that were created on an outdated fasta do get removed from the cache directory, but not from RAM. Thus the files are removed, but not the cache entry in MRS.

This causes MRS to run the same blast job over and over again if requested multiple times.

cbaakman commented 10 years ago

I hope to have fixed this with the following commit:

https://github.com/cmbi/mrs/commit/0135924579c01f1d929ea2c1c4bd1efe862994cd

though it'll be hard to test it