You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
No description provided.
The text was updated successfully, but these errors were encountered: