bioconda-utils icon indicating copy to clipboard operation
bioconda-utils copied to clipboard

Utilities for building and managing bioconda recipes

Results 100 bioconda-utils issues
Sort by recently updated
recently updated
newest added

On OSX CI nodes, $HOME isn't set in new shells, which always causes headaches for things like rust (e.g., https://github.com/bioconda/bioconda-recipes/pull/34374 ). We can set $HOME before running bioconda-utils, but that...

I just quickly edited on Codespaces, so this is untested. Does not fix the general problem. Only fixes one way when a package depends on a subpackage. Does not handle...

Cross posting [this issue from bioconda-recipes](https://github.com/bioconda/bioconda-recipes/issues/32833). I posted it initially over-there as it was a result of following the "contributing to bioconda" procedure, but given that this is a bug...

I'm trying to use `bioconda-utils autobump` to version bump `nextclade` but it doesn't work. I get the following message in logs (level INFO): `nextclade has selector in line %i (replace...

When building t-mae https://github.com/bioconda/bioconda-recipes/pull/31069 I had an issue with `bioconductor-rhdf5`. Fixing the recipe in the same PR (3 recipes got changed) still ended up with a failed build since t-mae...

In sections that do not pertain to my use of bioconda-utils ``` $ bioconda-utils autobump recipes/ config.yml --packages cwltest --create-pr […] 14:11:41 BIOCONDA ERROR Dropping into debugger Traceback (most recent...

As requested [here](https://github.com/bioconda/bioconda-recipes/pull/29242#issuecomment-868365131), It would be useful to have 'guidelines' or FAQ entry to describe solutions for packages of Java tools that have GUIs, but downstream conda-derived docker or singularity...

Hi, It seems the conda build system isn't tracking new releases for the wisecondorX package. Is there anything I can do to resolve this? Thanks M ping @mbargull xref https://github.com/bioconda/bioconda-recipes/pull/29015

This is understandable given how it's done, but when `yaml.load` hits a duplicate key it throws an error that's passed on as a linter error that can't be skipped. That's...

bug
Linting

Preserves the faster path for most recipes by not downloading source, but now allows recipes to use some of Conda's recipe features which require source (e.g. load_setup_py_data()).