bioinfo-ut / PlasmidSeeker

A k-mer based program for the identification of known plasmids from whole-genome sequencing reads
BSD 3-Clause "New" or "Revised" License
35 stars 11 forks source link

gt4_wordmap_new: invalid file size (1048576, should be 1429612) Error: Creating the wordmap failed! #19

Closed Galib009 closed 4 years ago

Galib009 commented 5 years ago

During plasmid_seeker run i see this -

Converting sample reads to k-mers... Finding coverage of bacterial isolate... Bacteria median coverage is 100 ##gt4_wordmap_new: invalid file size (1048576, should be 1429612) Error: Creating the wordmap failed! Plasmids done: 4384 of 4388

but after that everything is okay and result is generated. Does this "creating the wordmap failed" can cause change in result?

mihkelvaher commented 5 years ago

The problem is probably due to a corrupt list file. If the error message was only shown once, it means that one list is corrupt and the corresponding plasmid won't be included in the final result even if it should.

Try downloading/creating the database again and see if the problem persists.