Giter Club home page Giter Club logo

bioconda-utils's Introduction

Travis builds Gitter

Utilities for building and managing bioconda recipes.

Installation:

First, note that bioconda-utils requires both python3 and conda-build pre-installed. This means that you likely need to have installed conda via the miniconda3 bundle.

pip install git+https://github.com/bioconda/bioconda-utils.git

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

bioconda-utils -h

Changelog

  • recipes can be built in a docker container or by the system conda-build using the same infrastructure
  • improved log files for easy grepping (e.g., grep BIOCONDA log)
  • given a subdag of recipes to build, if one recipe fails then other recipes that depend on it will be skipped (and noted in the log).
  • uses the API from conda 2.0+ and in general works with the latest conda-build versions (instead of maintaining our own branch)
  • test suite for the build tools
  • documentation
  • each built package can now be tested in an isolated busybox container thanks to mulled-build and involucro. This will catch issues where a recipe fails to specify libs (e.g., libgcc) in the run dependencies.
  • the mulled-build testing also means we get per-package docker containers for free

Developer notes

New version of conda-build? Update DEFAULT_CONDA_BUILD_VERSION in docker_utils.py which is the version used for docker containers, and the version spec in conda-requirements.txt which is used to set up the system environment and will therefore be used for non-docker builds (primarily OSX but will also be used for Linux if --docker is not provided to bioconda-utils build).

For example see #24.

bioconda-utils's People

Contributors

bgruening avatar daler avatar johanneskoester avatar kyleabeauchamp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.