Skip to content

Commit

Permalink
fix: removed conda default channel from envs, closes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Sep 20, 2024
1 parent d26fc02 commit 0362a0b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion workflow/envs/basic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: basic
channels:
- conda-forge
- defaults
dependencies:
- python=3.9
2 changes: 1 addition & 1 deletion workflow/envs/bowtie_index.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bowtie_index
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- bowtie=1.3.1
1 change: 0 additions & 1 deletion workflow/envs/bsgenome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: bsgenome
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- r-base 4.3.1
- r-tidyverse=2.0.0
Expand Down
1 change: 0 additions & 1 deletion workflow/envs/design_guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: design_guides
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- r-base 4.3.1
- r-tidyverse=2.0.0
Expand Down
1 change: 0 additions & 1 deletion workflow/envs/get_genome.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: get_genome
channels:
- conda-forge
- defaults
- bioconda
dependencies:
- python=3.9
Expand Down
4 changes: 2 additions & 2 deletions workflow/envs/report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: report
channels:
- conda-forge
- defaults
dependencies:
- weasyprint=58.0
- python=3.9
- weasyprint=62.3
- r-base 4.3.1
- r-essentials=4.3
- r-tidyverse=2.0.0
Expand Down

0 comments on commit 0362a0b

Please sign in to comment.