Skip to content

Utilities for building and managing bioconda recipes

License

Notifications You must be signed in to change notification settings

bioconda/bioconda-utils

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2024
Mar 28, 2025
Mar 20, 2025
Feb 28, 2023
Nov 29, 2024
Mar 21, 2021
Jan 31, 2018
Jun 20, 2022
Mar 27, 2025
May 17, 2024
Mar 22, 2021
Jun 4, 2019
May 17, 2024
Aug 21, 2020
Nov 26, 2019
May 17, 2024
Mar 7, 2018
Oct 21, 2024

Repository files navigation

CircleCI Gitter

bioconda-utils is a set of utilities for building and managing bioconda recipes.

Since bioconda-utils is tightly coupled to bioconda-recipes, it is strongly recommended that bioconda-utils be set up and used according to the instructions at https://bioconda.github.io/contributor/index.html. This will ensure that your local setup matches that used to build recipes on travis-ci as closely as possible.

However, if you would like to test in a standalone manner or help develop bioconda-utils, you can install requirements via conda into your root conda environment and then install the package:

conda install --file bioconda_utils/bioconda_utils-requirements.txt -c conda-forge -c bioconda 
python setup.py install

See the help for the bioconda-utils command-line interface for details:

bioconda-utils -h