-
Notifications
You must be signed in to change notification settings - Fork 12
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
Make sure correct conda channels are used #275
Comments
Miniforge looks promising! I'm doing some tests now and might submit a PR later. |
After gathering some information, here are some additional remarks:
|
Thank you @Aratz! Do you think it would be worth looking into completely different virtual environment solutions? I don't really find any clear evidence that anaconda hosts conda-forge? Conda-forge is available on the anaconda website but I think it's rather that they display all conda-recipes they can find? |
Since we need to update the playbooks anyways, yes it might be worth checking out alternatives now. I know at SNP&SEQ we mostly use conda to be able to run a program with a specific python version, so in that respect EDIT:
This was mentioned in an interview with Anaconda's CEO a couple of years ago:
https://www.datanami.com/2022/04/18/anacondas-commercial-fee-is-paying-off-ceo-says/ |
A quick scan gave me these:
miarka-provision/roles/ngi_pipeline/tasks/main.yml
Line 12 in c29575c
-c anaconda
is not good. Do we even need the python 2 environment still?miarka-provision/roles/func_accounts/tasks/main.yml
Line 4 in c29575c
miarka-provision/roles/anaconda/tasks/main.yml
Line 14 in c29575c
miarka-provision/roles/anaconda/defaults/main.yml
Line 1 in c29575c
The text was updated successfully, but these errors were encountered: