-
Notifications
You must be signed in to change notification settings - Fork 353
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
Problem installing hg38 #3320
Comments
Hi @gescaramis, Sorry about that, this is a bioconda issue that has been cropping up (see bioconda/bioconda-recipes#12100). Could you try doing:
and seeing if that resolves the issue? |
Would it make sense to add |
I don't think so, usually pinning a single package like that will end up causing a million things to get downgraded as well. The bioconda folks said "just use mamba" which we are using for new installs so I think we might not have to deal with this going forward. |
Isn't mamba used to install samtools currently? What about adding |
It is, but on older installations pre switching to mamba, it will have been installed with conda instead which I think is causing the problem. |
The person who reported #3318 just did a clean install about a week ago and has the same issue with samtools. |
Hi, I did a clean install last week as well, which used mamba.... I am installing opessl10 but it is taking too long I think, but I'll keep you updated. |
Ok! Thanks, that is helpful to know. Let me see if I can make it fail on my end and try out pinning or some other fixes. |
Hi, conda install openssl1.0 ended with many conflicts and I am still having the same problem: [georgia@localhost ~]$ which samtools And also googling it seems that 1.0.0 has been discontinued upstream? Sorry, I do not have much programming skills and it is hard for me to follow the error... |
I was able to get a working environment with samtools v1.7: |
Hi, with samtools v1.7 did not work either. I downloaded the binary package file openssl-1.0.0 and copied the libcrypto.so.1.0.0 file to bcbio/anaconda/lib folder. |
Hi,
So far I have been working with the hg19 version, with clean installation and no issues. Now I want to upgrade to the hg38 version but I am having issues with the installation. Any indication of what may be happening?
Version info
To Reproduce
georgia@localhost bcbio]$ bcbio_nextgen.py upgrade --data --genomes hg38
The text was updated successfully, but these errors were encountered: