Skip to content

Commit

Permalink
remove defaults and anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkobel committed Dec 9, 2024
1 parent 84adc9d commit 2ba301e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion workflow/envs/abricate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: abricate
channels:
- conda-forge
- bioconda
- defaults
#- defaults
dependencies:
- abricate=1
2 changes: 1 addition & 1 deletion workflow/envs/antismash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: antismash
channels:
- conda-forge
- bioconda
- defaults
#- defaults
dependencies:
- antismash=7

Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/assembly-stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: assembly-stats
channels:
- conda-forge
- bioconda
- defaults
#- defaults
dependencies:
- assembly-stats=1
2 changes: 1 addition & 1 deletion workflow/envs/dbcan.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dbcan
channels:
- anaconda
#- anaconda
- conda-forge
- bioconda
dependencies:
Expand Down
1 change: 1 addition & 0 deletions workflow/envs/fasttree.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: fasttree
channels:
- conda-forge
- bioconda
dependencies:
- fasttree=2
1 change: 0 additions & 1 deletion workflow/envs/gapseq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: gapseq
channels:
- conda-forge
- bioconda
- defaults
- r
dependencies:
- r-base=4.3
Expand Down

0 comments on commit 2ba301e

Please sign in to comment.