Closed kwhiggins27 closed 4 years ago
An unexpected error for sure, I too can reproduce it.
:ooks like a recent packaging error with bioconda, needs to be elevated on their side.
Until they take care of it install a previous version of samools, for me that solved it:
conda install samtools==1.9
Thanks very much!
See also this:
Actually you might want to pin samtools to 1.10
conda install samtools==1.10
as it is newer. The main installation has been updated to pin to this version.
Hello! I'm trying to complete some of your exercises with samtools, but I keep getting the attached error message. I checked the directory where samtools is supposed to be saved, and it looks like the program is in there.