Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prokka needs makeblastdb 2.2 or higher... #572

Open
pmitev opened this issue Jun 8, 2021 · 1 comment
Open

Prokka needs makeblastdb 2.2 or higher... #572

pmitev opened this issue Jun 8, 2021 · 1 comment

Comments

@pmitev
Copy link

pmitev commented Jun 8, 2021

Hi,

I am running prokka 1.13 with blastp 2.11 and I get this error

$ prokka --setupdb
....
[15:22:53] Cleaning complete.
[15:22:53] Looking for 'makeblastdb' - found /opt/conda/envs/metawrap-env/bin/makeblastdb
[15:22:53] Determined makeblastdb version is 2.11
[15:22:53] Prokka needs makeblastdb 2.2 or higher. Please upgrade and try again.

If I install blastp 2.9 the problem disappears, which makes me think that the regular expression that checks for the versions is failing - I am not a perl person... The solution in #390 suggests that this is perhaps the problem.

@ammaraziz
Copy link

I had this issue but with blastp. I found creating a conda env and installing prokka fixed the version issues:

conda create -n prokka
conda install -c bioconda prokka

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants