File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
if TYPE_CHECKING :
41
41
from planemo .cli import PlanemoCliContext
42
42
43
- BEST_PRACTICE_CHANNELS = ["conda-forge" , "bioconda" , "defaults" ]
43
+ BEST_PRACTICE_CHANNELS = ["conda-forge" , "bioconda" ]
44
44
45
45
46
46
def build_conda_context (ctx : "PlanemoCliContext" , ** kwds ) -> CondaContext :
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ def conda_ensure_channels_option():
617
617
use_global_config = True ,
618
618
use_env_var = True ,
619
619
help = ("Ensure conda is configured with specified comma separated " "list of channels." ),
620
- default = "conda-forge,bioconda,defaults " ,
620
+ default = "conda-forge,bioconda" ,
621
621
)
622
622
623
623
@@ -637,7 +637,7 @@ def conda_auto_init_option():
637
637
default = True ,
638
638
help = (
639
639
"Conda dependency resolution for Galaxy will auto install "
640
- "conda itself using miniconda if not availabe on conda_prefix."
640
+ "conda itself using miniforge if not availabe on conda_prefix."
641
641
),
642
642
)
643
643
@@ -2061,7 +2061,7 @@ def mulled_conda_option():
2061
2061
default = None ,
2062
2062
help = (
2063
2063
"Install a specific version of Conda before running the command, by "
2064
- "default the version that comes with the continuumio miniconda3 image "
2064
+ "default the version that comes with the continuumio miniforge image "
2065
2065
"will be used under Linux and under Mac OS X Conda will be upgraded to "
2066
2066
"to work around a bug in 4.2."
2067
2067
),
You can’t perform that action at this time.
0 commit comments