prokka icon indicating copy to clipboard operation
prokka copied to clipboard

prokka issues. Please how do I fix this?

Open chimaobi2000 opened this issue 1 year ago • 6 comments

Argument "1.7.8" isn't numeric in numeric lt (<) at /usr/bin/prokka line 259. [19:31:53] System has 8 cores. [19:31:53] Will use maximum of 8 cores. [19:31:53] Annotating as >>> Bacteria <<< [19:31:53] The sequence databases have not been indexed. Please run 'prokka --setupdb' first.

please what do i do?

chimaobi2000 avatar Jun 23 '23 18:06 chimaobi2000

This is probably due ot newer installation. If you have installed it on ubuntu, for example, by apt, there will be other errors if you try to setup db. This problem and database setup can be solved by downloading prokka from github as shown in instructions. If you face problem with libidn.so.11 try installing sudo apt install libidn12 and copy libidn.so.12 as libidn.so.11 for my system it was sudo cp /usr/lib/x86_64-linux-gnu/libidn.so.12 /usr/lib/x86_64-linux-gnu/libidn.so.11

after this fix your path or use prokka from your prokka directory them try running prokka --setupdb

abhijeetsingh1704 avatar Jun 27 '23 14:06 abhijeetsingh1704

@abhijeetsingh1704 this is what showing after running > prokka --setupdb any help please? (prokka) vamsi@HP:~$ prokka --setupdb Appending to PATH: /usr/bin Cleaning databases in /home/vamsi/.local/lib/prokka/db Cleaning complete. Looking for 'makeblastdb' - found /usr/bin/makeblastdb Determined makeblastdb version is 002012 from 'makeblastdb: 2.12.0+' Looking for 'hmmpress' - found /usr/bin/hmmpress Determined hmmpress version is 003003 from '# HMMER 3.3.2 (Nov 2020); http://hmmer.org/' Looking for 'cmpress' - found /usr/bin/cmpress Determined cmpress version is 001001 from '# INFERNAL 1.1.4 (Dec 2020)' Pressing CM database: /home/vamsi/.local/lib/prokka/db/cm/Viruses Running: cmpress /home/vamsi/.local/lib/prokka/db/cm/Viruses

Error: File existence/permissions problem in trying to open CM file /home/vamsi/.local/lib/prokka/db/cm/Viruses. CM file /home/vamsi/.local/lib/prokka/db/cm/Viruses not found (nor an .i1m binary of it)

Could not run command: cmpress /home/vamsi/.local/lib/prokka/db/cm/Viruses

devilfrute avatar Feb 08 '24 07:02 devilfrute

@chimaobi2000 is your problem resolved ? , I know its long back. this tool is very important to me ,i want suggestions, thank you.

devilfrute avatar Feb 08 '24 07:02 devilfrute

yes its been resolved. had to create an env for prokka On Thursday, February 8, 2024 at 08:31:27 AM GMT+1, devilfrute @.***> wrote:

@chimaobi2000 is your problem resolved ? , I know its long back. this tool is very important to me ,i want suggestions, thank you.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

chimaobi2000 avatar Feb 08 '24 08:02 chimaobi2000

@chimaobi2000 thanks for the reply ☺️, can you please ellobrate cause iam new to linux, thanks!

devilfrute avatar Feb 08 '24 09:02 devilfrute

@devilfrute The error is due to permission issue. Try running command with sudo and see what happens.

abhijeetsingh1704 avatar Feb 08 '24 15:02 abhijeetsingh1704