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

Define conda channel names in environment file #74

Closed
ewels opened this issue Feb 18, 2019 · 3 comments
Closed

Define conda channel names in environment file #74

ewels opened this issue Feb 18, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@ewels
Copy link
Member

ewels commented Feb 18, 2019

Docker builds are failing because the conda solving environment takes too long. Could be worth specifying the channel for each package to try to speed this up.

eg. bioconda::multiqc=1.7 instead of just multiqc=1.7

@ewels ewels added the enhancement New feature or request label Feb 18, 2019
@phue
Copy link
Member

phue commented Feb 27, 2019

It's not just the docker builds, also running the pipeline with the conda profile fails because it takes too long to create the environment.

I just tested pinning the channels, it doesn't really help, building the environment still takes ages. I will do some further testing with a more recent conda build and the recommendations here:

bioconda/bioconda-recipes#13774

By the way, do we still need the fastqc specific workaround after bioconda/bioconda-recipes#12616 was merged?

@phue
Copy link
Member

phue commented Feb 27, 2019

I think I found the culprit, it's the channel priorites. Pinning the channels however makes it slow again.. very confusing.

@ewels
Copy link
Member Author

ewels commented Feb 27, 2019

Thanks for looking in to this!

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

No branches or pull requests

2 participants