Skip to content

nextstrain/bioconda-utils

This branch is 1 commit ahead of, 376 commits behind bioconda/bioconda-utils:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 13, 2020
Dec 23, 2019
Jul 19, 2018
Jun 18, 2020
Feb 18, 2021
Jan 7, 2021
Jul 4, 2020
Jul 15, 2019
Jan 31, 2018
Feb 18, 2019
Jan 11, 2018
Jul 27, 2020
Dec 23, 2019
Jun 4, 2019
Jun 25, 2019
Jun 19, 2020
Jun 19, 2020
Aug 21, 2020
Feb 14, 2018
Feb 14, 2018
Nov 26, 2019
Oct 8, 2019
Mar 7, 2018
Jan 31, 2018

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