8000 conda install not working · Issue #39 · dariober/cnv_facets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

conda install not working #39

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

Closed
lydiayliu opened this issue Jul 21, 2021 · 1 comment
Closed

conda install not working #39

lydiayliu opened this issue Jul 21, 2021 · 1 comment

Comments

@lydiayliu
Copy link

Hi there,

Using the follow commands to install cnv_facets through conda

conda create --name facets --yes
conda activate facets
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

conda install -c bioconda -c conda-forge cnv_facets

I get the error

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

  • cnv_facets

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 found the cnv_facets page on Anaconda: https://anaconda.org/bioconda/cnv_facets

I've tried both of the commands listed on the anaconda page

conda install -c bioconda cnv_facets
conda install -c bioconda/label/cf201901 cnv_facets

and both give the same error.

Is there anything I'm missing? Thanks!

@lydiayliu
Copy link
Author

Taken the workaround inspired by #35

Here's the docker file in case it helps anyone:

FROM mambaorg/micromamba

RUN micromamba install -y -n base -c conda-forge -c bioconda 'r-facets>=0.6.1' 'r-data.table' 'r-ggplot2' 'r-argparse>=2' 'snp-pileup>=0.6.1' 'r-gridextra' 'bioconductor-rsamtools' 'samtools' 'bcftools >=1.9' && \
    micromamba clean --all --yes

COPY cnv_facets.R /usr/local/bin/

WORKDIR /data/

CMD ["cnv_facets.R"]

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

1 participant
0