-
Hello! I was following the step by step installation from https://www.biostarhandbook.com/step-by-step.html#step-by-step. However, when I ran Doctor! Doctor! Give me the news. Your system shows 1 error! Run the command that has failed for more details. When I ran Could you advise on this? I am using a Linux Ubuntu LTS 20.04 LTS virtual machine. I have tried to install the latest gsl 2.7 but it doesn't seem to work as well. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
sounds like some sort of library version mismatch, sometimes this can be fixed by forcing either the tool or the library to the correct version:
or , since this looks like it is looking for an older version of gsl (25 most likely means 2.5)
another possibility is to install |
Beta Was this translation helpful? Give feedback.
-
Hi Albert! Thanks for the prompt response! I installed gsl 25 and bcftools works, but samtools did not. I resolved it by running Regards, |
Beta Was this translation helpful? Give feedback.
Hi Albert!
Thanks for the prompt response! I installed gsl 25 and bcftools works, but samtools did not. I resolved it by running
conda update --all
, so now all is okay. Thanks!Regards,
Jay