Hi everyone. I'm using prokka for the first time. I just installed the program using conda, I installed it in an environment with programs like trimmomatic and fastqc.
I runned prokka contigs.fa --kingdom Viruses --rfam
and then a directory was created. When I opened it there was only one file: PROKKA_XXXXXXXX.log
, the .faa, .gbk, .gff, .txt and .fna are missing. What could be the problem?
I was following the commands that the teacher gave us, so the command is not the problem since it worked for him.
Reading the PROKKA_XXXXXXXX.log file will likely reveal the cause of the problem.
Thank you! Turns out I need to update a package. I tried creating a new environment just for prokka and everything worked perfectly. Thank you so much.