8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: https://conda.anaconda.org/bioconda/osx-64 https://conda.anaconda.org/bioconda/noarch https://conda.anaconda.org/conda-forge/osx-64 https://conda.anaconda.org/conda-forge/noarch https://repo.anaconda.com/pkgs/main/osx-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch http://conda.anaconda.org/gurobi/osx-64 http://conda.anaconda.org/gurobi/noarch 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.
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:
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!
The text was updated successfully, but these errors were encountered:
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"]
Sorry, something went wrong.
No branches or pull requests
Hi there,
Using the follow commands to install cnv_facets through conda
I get the error
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
and both give the same error.
Is there anything I'm missing? Thanks!
The text was updated successfully, but these errors were encountered: