Skip to content

Commit ea944d5

Browse files
committed
[fix] conda channels in installer and benchmarks
- fix one last mention of 'defaults' left-over in 0938ef1 - fix 'defaults' in benchmark auxiliary workflow
1 parent 8896a96 commit ea944d5

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

resources/auxiliary_workflows/benchmark/workflow/envs/haplotype_stats.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
54
dependencies:
65
- python>=3.6
76
- pyvcf=0.6.8

resources/auxiliary_workflows/benchmark/workflow/envs/performance_measures.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
54
dependencies:
65
- python >=3.7
76
- pandas = 1.3.4

resources/auxiliary_workflows/benchmark/workflow/envs/read_statistics.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
54
dependencies:
65
- pip
76
- pip:

resources/auxiliary_workflows/benchmark/workflow/envs/real_data.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
54
dependencies:
65
- curl = 7.83.1
76
- sed = 4.8

resources/auxiliary_workflows/benchmark/workflow/envs/simulate_reads.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
54
dependencies:
65
- numpy = 1.21.2
76
- pandas = 1.3.4

utils/quick_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ sh "${MINICONDA}" -b -p "${MINICONDAFULLPATH}"
169169
. "${MINICONDAFULLPATH}/bin/activate"
170170

171171
# set the channel precedence (lowest to highest)
172-
conda config --add channels defaults
173172
conda config --add channels bioconda
174173
conda config --add channels conda-forge
175174
conda config --set channel_priority strict

0 commit comments

Comments
 (0)