You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: