Entering edit mode
14 months ago
Kirill
▴
10
Hello!
I'm trying to run prokka with standard parameters
prokka --force genome.fasta
And then getting this error:
[01:21:21] Looking for 'blastp' - found /home/matikmate/miniconda3/envs/prokka/bin/blastp blastp: symbol lookup error: /home/matikmate/miniconda3/envs/prokka/bin/../lib/ncbi-blast+/./libxcompress.so: undefined symbol: ZSTD_DCtx_loadDictionary
[01:21:21] Could not determine version of blastp - please install version 2.8 or higher
Tried to update BLAST, but package is already installed. Also can't run blastp/blastn itself, getting same error.
Thanks in advance!
Thank you for the answer!
As it turned out i just needed to install ZSTD package into the environment :)
great to hear! That should've been installed by the conda recipe, I have a hunch these aren't tested too well with WSL.