Skip to content
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

Unable to install scan-snv #4

Open
Goatofmountain opened this issue Feb 22, 2020 · 2 comments
Open

Unable to install scan-snv #4

Goatofmountain opened this issue Feb 22, 2020 · 2 comments

Comments

@Goatofmountain
Copy link

Hello,
I can not install the scan-snv package on my system, and here is the error I got:

conda install -c bioconda -c conda-forge/label/cf201901 -c jluquette scansnv

Collecting package metadata: done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • scansnv -> eagle-phase==2.3.5=0
  • scansnv -> shapeit==2.r837=h09b0a5c_1

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

I have tried to install the package with conda version 4.6.14, 4.7.14, 4.8.0, and 4.8.2, but it still can not be completely installed.

@jluquette
Copy link
Member

jluquette commented Feb 24, 2020

Hi @Goatofmountain,

Sorry for the inconvenience. It looks like the SHAPEIT authors removed SHAPEIT v2 from bioconda and replaced it with their newest version (v4). I've rebuilt the snakemake recipe to account for this. You will also need to add -c soil -c dranew to the install command as a result. I.e.,

conda install -c bioconda -c conda-forge/label/cf201901 -c jluquette -c soil -c dranew scansnv

If you run into a segfault error during installation, a previous user worked around this by combining the conda env creation with installation with a command like:

conda create -v -n scansnvtest -c bioconda -c conda-forge/label/cf201901 -c jluquette -c soil -c dranew scansnv

Please let me know if this solves the issue for you.

@Goatofmountain
Copy link
Author

Goatofmountain commented Mar 9, 2020

I'm sorry for my delay.

Thanks for your information. My issue has been solved now.
It is the second command solved my issue:
conda create -v -n scansnvtest -c bioconda -c conda-forge/label/cf201901 -c jluquette -c soil -c dranew scansnv

The first command may come out with package conflicts because some packages would be installed by default when creating a new env with conda create .

Thanks again for your generous response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants