diamond icon indicating copy to clipboard operation
diamond copied to clipboard

Diamond runtime error

Open ko519 opened this issue 1 year ago • 9 comments

I am running a local instance of diamond blastx against some metagenome sequences, encountered a runtime error I've never seen before, checked the database with diamond dbinfo and all looks good. There is also plenty of space on the disk so that shouldn't be the issue...

Error:

Building reference seed array... [2.17s] Building query seed array... [1.545s] Computing hash join... [0.907s] Masking low complexity seeds... [0.351s] Searching alignments... [6.311s] Deallocating buffers... [0.45s] Clearing query masking... [0.583s] Opening temporary output file... [0s] Computing alignments... terminate called after throwing an instance of 'std::runtime_error' what(): Mismatching hit count / possibly corrupted temporary file: diamond-tmp-ZNcBiA

Any ideas?

ko519 avatar Jan 27 '23 16:01 ko519