Entering edit mode
13 months ago
katrina
•
0
I would like to convert input.sam to output.bam but I get following error message:
kk$ samtools view -bS input.sam > output.bam
dyld[88970]: Library not loaded: @rpath/libcrypto.1.0.0.dylib
Referenced from: /Users/kk/opt/anaconda3/bin/samtools
Reason: tried: '/Users/kk/opt/anaconda3/bin/../lib/libcrypto.1.0.0.dylib' (no such file), '/Users/kk/opt/anaconda3/bin/../lib/libcrypto.1.0.0.dylib' (no such file), '/usr/local/lib/libcrypto.1.0.0.dylib' (no such file), '/usr/lib/libcrypto.1.0.0.dylib' (no such file)
Abort trap: 6
I am also getting the same error when I try to convert to a bam file
I have tried using the solutions at the link above, I have also tried
Are there any more suggestions?
Incidentally, I don't seem to be able to update conda, so I don't know if that is related.
Are you using a M* based Mac or Intel?
Have you tried creating a new environment with a new name to install samtools?