Closed mahesh-panchal closed 2 years ago
I am running into this error as well! I'm on Mac OS Monterey 12.1 with mamba 0.19.0 and conda 4.11.0.
I think this may have to do with (bio)conda using one or more conda_build_config.yaml
(s) under the hood (this one on conda-forge and/or this one on bioconda-utils). Linking to the same issue on the biconda-utils repo.
fixed in v0.20.0
Hi, I'm trying to figure out a missing dependency for the merqury package necessary for the container images, but I don't understand how to build the images 'locally'.
Problem
Trying to build 'locally' I get the following error.
Steps to reproduce
Make a fork of this repo, and then open in Gitpod, by prefixing the repository with 'https://gitpod.io/#' E.g. https://gitpod.io/#https://github.com/mahesh-panchal/bioconda-recipes/. Modify the file
https://github.com/mahesh-panchal/bioconda-recipes/tree/master/recipes/merqury/meta.yaml
on line 27 to add the dependency of- mscorefonts
Install the environment for building.which results in :
What have I missed? Is there a better way I can test what's missing in the Biocontainer?