GithubHelp home page GithubHelp logo

Comments (2)

W-L avatar W-L commented on August 24, 2024

Hi Lisa,
Thanks for getting in touch! This is something I have seen a few times before, especially on MacOS.
As far as I understand, this is because samtools has some trouble with missing links to the mentioned libcrypto library.

Here's what helped to solve this in the past:

  • Make sure that openssl is installed system-wide
  • then link the missing libraries manually
brew install openssl
[or]
conda install openssl

ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/

I hope this helps, please keep me updated!
Lukas

from deviate.

LisaBlazek avatar LisaBlazek commented on August 24, 2024

hello!
i tried to install openssl and this kinda worked, openssl was in my path but i could not locate the two missing libraries.
as an alternative i tried to install the program with pip and used it on you test data and this worked, i got the same pdf.
so i think i'm gonna close the ticket.
thank you for your fast reply and help!!!

from deviate.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.