Closed ghbhc closed 2 years ago
Thanks for the message.
This is an issue with Anaconda that I've fought with too many times. :) Your error isn't the exact same but I think it is similar. I would give this a try and see if it solves the issue.
https://github.com/USDA-VS/vSNP/blob/master/docs/macOS_special_instructions.md
What I think is happening here is a conflict of libraries. It often seems between samtools and pysam requirements. Running instructions from the link above, and messing with different versions of samtools and pysam have solved the issue in the past. I wish I had a one-size-fits-all set of instructions to fix this, but it seems to be different for each environment.
I do currently have a new version of vsnp available... vsnp3.
https://github.com/USDA-VS/vsnp3
vsnp3 does not use pysam(for this reason), which seems to have fixed the problem. I've not installed it on that many systems, so I don't want to be too confident, but installations have been working consistently. The only issue I've found is it uses python 3.9 by default. If an older version (say 2020) of Anaconda is being used I've had to install with a lower version of python... 3.7/3.8.
vsnp3 is very similar. The UI options and output file organization is slightly different so I went with a new repo/name change.
Hello,
Thank you very much for your quick reply. Unfortunately while I was able to execute all of the macOS special instructions in the original vsnp Conda environment, I still got the same libcrypto.so.1.0.0 error.
I tried giving vsnp3 a shot, but it seems that CentOS 7's glibc (2.17) is too old for the version of numpy that vsnp3 requires (>=1.22.2). I'll click "Close with comment" but thank you for your help!
Hello,
I am having trouble installing/using this software.
OS: CentOS Linux release 7.9.2009 (Core) Conda version: 4.11.0
Steps taken to install:
This installs the software, but upon using vSNP_step1.py, I get:
conda list
output:Attempts to resolve this:
conda install -c bioconda samtools=1.9 --force-reinstall
, but I'm gettingI tried making a new environment and installing vsnp with
conda install -c defaults -c bioconda -c conda-forge vsnp python=3.7
and after a very long time it did give me a y/n proceed to install prompt, but samtools was at 1.7 and I still got the same libcrypto.so.1.0.0 error.I tried downloading the most recent .tar.bz2 from here: https://anaconda.org/bioconda/vsnp/files, editing the meta.yaml changing python >=3.7 to python=3.7,
conda-build .
, but got:Please advise the best way to resolve this and let me know if you need any other information. Thank you for your help.