Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 435 Bytes

macOS_special_instructions.md

File metadata and controls

16 lines (11 loc) · 435 Bytes

Special macOS instructions

A new conda install on macOS consistently causes the following error when first running samtools.

dyld: Library not loaded: #rpath/libcrypto.1.0.0.dylib

The fix is found here.

In summary... while in your non-base conda environment run the following:

conda uninstall samtools
conda update --all
conda install samtools
conda install vsnp