Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outdated blast jobs aren't completely removed. #22

Open
cbaakman opened this issue Sep 11, 2014 · 1 comment
Open

outdated blast jobs aren't completely removed. #22

cbaakman opened this issue Sep 11, 2014 · 1 comment
Labels

Comments

@cbaakman
Copy link
Contributor

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 cbaakman added the bug label Sep 11, 2014
@cbaakman
Copy link
Contributor Author

I hope to have fixed this with the following commit:

0135924

though it'll be hard to test it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant