Skip to content

Commit

Permalink
fix: give conda-forge highest priority to ensure proper semantic unde…
Browse files Browse the repository at this point in the history
…r strict channel priorities
  • Loading branch information
johanneskoester committed Jun 30, 2022
1 parent aceab7e commit ce78f79
Show file tree
Hide file tree
Showing 291 changed files with 274 additions and 473 deletions.
1 change: 0 additions & 1 deletion bio/adapterremoval/environment.yaml
@@ -1,5 +1,4 @@
channels:
- bioconda
- defaults
dependencies:
- adapterremoval =2.3
1 change: 0 additions & 1 deletion bio/arriba/environment.yaml
@@ -1,6 +1,5 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- arriba ==1.1.0
2 changes: 1 addition & 1 deletion bio/art/profiler_illumina/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- art ==2016.06.05
2 changes: 1 addition & 1 deletion bio/assembly-stats/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- assembly-stats=1.0
2 changes: 1 addition & 1 deletion bio/bamtools/filter/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bamtools ==2.5.1
2 changes: 1 addition & 1 deletion bio/bamtools/filter_json/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bamtools ==2.5.1
2 changes: 1 addition & 1 deletion bio/bamtools/split/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bamtools ==2.5.1
2 changes: 1 addition & 1 deletion bio/bamtools/stats/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bamtools ==2.5.1
3 changes: 1 addition & 2 deletions bio/bbtools/bbduk/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bbmap ==38.90
- snakemake-wrapper-utils ==0.1.3
2 changes: 1 addition & 1 deletion bio/bcftools/call/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools =1.11
2 changes: 1 addition & 1 deletion bio/bcftools/concat/environment.yaml
@@ -1,6 +1,6 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools =1.12
- snakemake-wrapper-utils ==0.2.0
3 changes: 1 addition & 2 deletions bio/bcftools/filter/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bcftools ==1.12
- snakemake-wrapper-utils ==0.2
2 changes: 1 addition & 1 deletion bio/bcftools/index/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools =1.11
2 changes: 1 addition & 1 deletion bio/bcftools/merge/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools =1.11
2 changes: 1 addition & 1 deletion bio/bcftools/mpileup/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools =1.11
2 changes: 1 addition & 1 deletion bio/bcftools/norm/environment.yaml
@@ -1,6 +1,6 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools =1.11
- snakemake-wrapper-utils =0.2
2 changes: 1 addition & 1 deletion bio/bcftools/reheader/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools =1.11
2 changes: 1 addition & 1 deletion bio/bcftools/sort/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools ==1.11
2 changes: 1 addition & 1 deletion bio/bcftools/stats/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools ==1.12
2 changes: 1 addition & 1 deletion bio/bcftools/view/environment.yaml
@@ -1,6 +1,6 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- bcftools ==1.12
- snakemake-wrapper-utils ==0.2
3 changes: 1 addition & 2 deletions bio/bedtools/complement/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bedtools =2.29
3 changes: 1 addition & 2 deletions bio/bedtools/coveragebed/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bedtools ==2.29.0
3 changes: 1 addition & 2 deletions bio/bedtools/genomecov/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bedtools ==2.29.2
3 changes: 1 addition & 2 deletions bio/bedtools/intersect/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bedtools =2.29.0
3 changes: 1 addition & 2 deletions bio/bedtools/merge/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bedtools =2.29.0
3 changes: 1 addition & 2 deletions bio/bedtools/slop/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bedtools =2.29.0
3 changes: 1 addition & 2 deletions bio/bedtools/sort/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bedtools =2.29
2 changes: 1 addition & 1 deletion bio/benchmark/chm-eval-sample/environment.yaml
@@ -1,6 +1,6 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- samtools =1.10
- curl
2 changes: 1 addition & 1 deletion bio/bgzip/environment.yaml
@@ -1,5 +1,5 @@
channels:
- bioconda
- conda-forge
- bioconda
dependencies:
- htslib ==1.12
3 changes: 1 addition & 2 deletions bio/biobambam2/bamsormadup/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- biobambam =2.0
3 changes: 1 addition & 2 deletions bio/bismark/bam2nuc/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/bismark/bismark/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/bismark/bismark2bedGraph/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/bismark/bismark2report/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/bismark/bismark2summary/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/bismark/bismark_genome_preparation/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/bismark/bismark_methylation_extractor/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/bismark/deduplicate_bismark/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 ==2.4.2
- bismark ==0.23.0
Expand Down
3 changes: 1 addition & 2 deletions bio/blast/blastn/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- blast ==2.11
3 changes: 1 addition & 2 deletions bio/blast/makeblastdb/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- blast ==2.11.0
3 changes: 1 addition & 2 deletions bio/bowtie2/align/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 =2.4 # Keep consistent with version specified in bowtie2/build
- samtools =1.14
Expand Down
3 changes: 1 addition & 2 deletions bio/bowtie2/build/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bowtie2 =2.4 # Keep consistent with version specified in bowtie2/align
3 changes: 1 addition & 2 deletions bio/busco/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- busco==5.1.2

3 changes: 1 addition & 2 deletions bio/bwa-mem2/index/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bwa-mem2 ==2.2.1
3 changes: 1 addition & 2 deletions bio/bwa-mem2/mem-samblaster/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bwa-mem2 ==2.2.1
- sambamba ==0.7.1
Expand Down
3 changes: 1 addition & 2 deletions bio/bwa-mem2/mem/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bwa-mem2 ==2.2.1
- samtools ==1.12
Expand Down
3 changes: 1 addition & 2 deletions bio/bwa/aln/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bwa ==0.7.17
3 changes: 1 addition & 2 deletions bio/bwa/index/environment.yaml
@@ -1,6 +1,5 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bwa ==0.7.17
3 changes: 1 addition & 2 deletions bio/bwa/mem-samblaster/environment.yaml
@@ -1,7 +1,6 @@
channels:
- bioconda
- conda-forge
- defaults
- bioconda
dependencies:
- bwa ==0.7.17
- sambamba ==0.7.1
Expand Down

0 comments on commit ce78f79

Please sign in to comment.