tseemann / prokka

:zap: :aquarius: Rapid prokaryotic genome annotation
822 stars 224 forks source link

Four extra unexpected output files with prefix 'protein.XXX'.... #582

Closed RunJiaJi closed 2 years ago

RunJiaJi commented 3 years ago

Hello guys! I've encountered a problem when I use prokka v1.14.6. There are four extra unexpected output files with prefix 'protein.XXX', which couldn't be open. I'm not sure why this happend and what does this mean? Is there anyone who meets the same problem? Or any clue about these files? prokka_problem

tseemann commented 3 years ago

I am guessing this is the new BLAST indexing scheme. They changed the default database file format and Prokka only cleans up (deletes) the file extensions from the old scheme.

RunJiaJi commented 2 years ago

Thank you, tseemann.