We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee5bc2 commit 25e319dCopy full SHA for 25e319d
INSTALL.md
@@ -67,10 +67,13 @@ conda activate fungap
67
68
### 1.4. Add channels
69
70
+**This step is important otherwise Maker will stop**
71
+
72
```
-conda config --add channels defaults
-conda config --add channels bioconda
73
-conda config --add channels conda-forge
+conda config --remove channels bioconda
74
+conda config --remove channels conda-forge
75
+conda config --add channels bioconda/label/cf201901
76
+conda config --add channels conda-forge/label/cf201901
77
78
79
### 1.5. Install dependencies
0 commit comments