Closed stevekm closed 3 months ago
I don't see a particular need to keep defaults
, conda-forge
should suffice for the most part, it encompasses almost all packages of the defaults channel and we definitely want to avoid conflicting with Anaconda's ToS. Thanks for bringing this our attention. Will remove this requirement in the next release.
Changes made in #155, thanks for reporting this.
Hi, I noticed this in the docs for seqera-kit
It sounds as if the "defaults" channel is a requirement to install? Is this really the case?
To be honest I am not 100% sure what the "defaults" channel on conda entails, but it sounds as if its a "paid" licensed channel for commercial use? Sources;
We know that there are licensing issues with the usage of non-free conda package channels such as
anaconda
, and possiblydefaults
(?)On the other hand, conda channels
conda-forge
andbioconda
appear to be free for use without license requirements.Is it possible to get the install requirements for
seqera-kit
updated so that thedefaults
channel is not needed? Assuming thatdefaults
does indeed evaluate to paid, licensed conda channels and packages. Otherwise, it would cause us to require a paid conda license in order to be able to use this channel to be able to install seqera-kit from conda (which is the preferred method).Thanks!