-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Samtools shared library libcrypto.so.1.0.0 not found #1479
Comments
Unfortunately this is a conda issue, and there is nothing we can do to solve it from here. But there may be some solutions / ideas here: bioconda/bioconda-recipes#13958 If you solve it please let us know about your solution, @NVOostende. Sorry for the inconvenience. |
Thank you @meren for the link to bioconda recipes!
samtools was happy when queried this time around. |
Thanks buddy ! |
thanks @NVOostende. it worked! |
After many struggles, this worked for me: |
@NVOostende great metheds!!! |
This worked for me. |
This worked for me to install the required lib. |
When following the developer installation instructions, I ran into this same error. The command supplied in the instructions is:
To solve I ran
And then
This fixed things. I have updated the install instructions. |
update standard install but not development. See merenlab/anvio#1479
removing samtools from conda recipe since Ubuntu 20.04.3 presents conflicts with libcrypto: merenlab/anvio#1479
removing samtools from conda recipe since Ubuntu 20.04.3 presents conflicts with libcrypto: merenlab/anvio#1479
removing samtools from conda recipe since Ubuntu 20.04.3 presents conflicts with libcrypto: merenlab/anvio#1479
removing samtools from conda recipe since Ubuntu 20.04.3 presents conflicts with libcrypto: merenlab/anvio#1479
removing samtools from conda recipe since Ubuntu 20.04.3 presents conflicts with libcrypto: merenlab/anvio#1479
About this bug, I have found the best way to solve it without installing something, it's very easy as follows:
It's OK:) |
Thank you! this also solved the issue for me! It still was an issue with samtools 1.16.1 |
Thank you it worked!!! |
Great answers! I am using the snakemake workflow, so I add a local env for the samtools commands via
and in the snakemake file:
|
i solve this error by using this command |
Short description of the problem
After updating conda and Anvio to the latest version, samtools had an issue with not finding a shared library libcrypto.so.1.0.0
anvi'o version
System info
Using Anvio on a cluster (Linux Redhat) and installed Anvio as follows:
Detailed description of the issue
Expected samtools to convert .sam files to .bam files, however samtools was not happy:
I tried the following to no avail:
The text was updated successfully, but these errors were encountered: