-
Notifications
You must be signed in to change notification settings - Fork 228
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 conda install broken. #448
Comments
Try this: It worked for me! I had the same problem as you. You can check your environment list with: |
I have no idea, and am unable to support conda itself. Sorry. |
I had the same issue with
I was able to resolve this issue by symlinking
I hope this helps anyone who stumbles across the same issue. |
It seems you have to download the perl module named Bio::Root::Version. What I do is |
conda seems to install some of the libraries under /lib/site_perl/5.26.2/ and some under /lib/perl5/site_perl/5.22.0 which is fine except it doesn't add the 5.22.0 directory to the PERL5LIB path for the conda environment. You should be able to export a new PERL5LIB path to include it, or my dumb solution:
|
I am trying to install Prokka via conda using the recomended channel priority:
conda install -c conda-forge -c bioconda -c defaults prokka
But upon typing
prokka -h
I get the following error:The conda environment looks as follows:
I know this has been an issue before but none of the fixes on previous threads worked plus there were a couple of years old. Any idea how to fix this issue?
The text was updated successfully, but these errors were encountered: