Skip to content

Commit d805807

Browse files
authored
Merge pull request #14 from zavolanlab/snakemake_env_fix
fix: environment compatibility for strict mode
2 parents f07d81d + ffd89a4 commit d805807

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

install/environment.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: rcrunch
22
channels:
33
- bioconda
44
- conda-forge
5-
- defaults
65
dependencies:
7-
- snakemake=7.2.1
8-
- biopython=1.79
9-
- tabulate=0.8.10
6+
- bioconda::snakemake=7.2.1
7+
- conda-forge::biopython=1.79
8+
- conda-forge::tabulate=0.8.10

0 commit comments

Comments
 (0)