Skip to content

Commit

Permalink
indicate -c bioconda when building locally (see #503)
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Dec 26, 2015
1 parent 2075fb8 commit eed99a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ When the recipe is ready, first test it with your local conda installation via

conda build recipes/your_package

If the recipe has dependencies in the bioconda channel (this is often the
case), you will need to add `--channel bioconda` to the command. If the recipe
is an R package, you will also need to add `--channel r`. For example many
Bioconductor packages will be built using:

conda build recipes/your_package --channel bioconda --channel r

Then, you can test it in the docker container with:

docker run -v `pwd`:/bioconda-recipes bioconda/bioconda-builder --packages your_package
Expand Down

0 comments on commit eed99a9

Please sign in to comment.