snippy icon indicating copy to clipboard operation
snippy copied to clipboard

Need bcftools --version >= 1.7 but you have 0 - please upgrade it

Open NoamanJane opened this issue 1 year ago • 3 comments

NoamanJane avatar Jul 14 '24 12:07 NoamanJane

I had a lot of issues installing bcftools using conda, getting [this error] when running bcftools , so I'm assuming this is the same issue.

To resolve it I installed bcftools from scratch following: https://samtools.github.io/bcftools/howtos/install.html and then replaced the conda-env/bin/bcftools with a link to the executable generated by the make command. After that it ran smoothly. Hope this helps!

TheOafidian avatar Jul 17 '24 11:07 TheOafidian

I also had an issue where bcftools was reported as being installed in the snippy environment after installation of snippy with conda but was not actually there.

I solved the issue by copying and pasting the bcftools executable from a dedicated environment into the environment of snippy

DavideSant avatar Feb 04 '25 11:02 DavideSant

Conda version has a bug that it needs an extra library "libgsl" which is not correctly installed. A work around is to replace "/envs/snippy/bin/bcftools" with a static binary version of bcftools.

yaotianran avatar Jun 17 '25 09:06 yaotianran