-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
When running this pipeline with -profile docker
the following warning is produced:
WARN: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There is a problem with your Conda configuration!
You will need to set-up the conda-forge and bioconda channels correctly.
Please refer to https://bioconda.github.io/
The observed channel order is
[conda-forge, bioconda]
but the following channel order is required:
[conda-forge, bioconda, defaults]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
defaults
channel is a commercially licsensed channel. Anaconda Inc has started suing non profits for usage of defaults
.
Therefore pushing defaults
on end users is bad practice.
Line 25 in 3731dd3
def required_channels_in_order = ['conda-forge', 'bioconda', 'defaults'] |
SRooke
Metadata
Metadata
Assignees
Labels
No labels