Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bioconda-builder command line from the Dev Guide doesn't work as shown #1449

Closed
simonvh opened this issue May 2, 2016 · 2 comments
Closed

Comments

@simonvh
Copy link
Contributor

simonvh commented May 2, 2016

I'm not sure if it's me, but the following command from the Developer Guide doesn't work for me:

docker run -v `pwd`:/bioconda-recipes bioconda/bioconda-builder --packages your_package --env-matrix scripts/env_matrix.yml

However, it does work like this:

docker run -v `pwd`:/bioconda-recipes bioconda/bioconda-builder --packages your_package --env-matrix /bioconda-recipes/scripts/env_matrix.yml

Anything I miss here?

@acaprez
Copy link
Contributor

acaprez commented May 2, 2016

Nope, I had the same issue. It's because the docker instance starts with / as the current working directory, and the repo is mounted at /bioconda-recipes inside of it. So you have to prepend /bioconda-recipes for the path to be correct.

@daler daler closed this as completed in a1b9f17 May 3, 2016
daler added a commit that referenced this issue May 3, 2016
@daler
Copy link
Member

daler commented May 3, 2016

Thanks, I updated the README to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants