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