Skip to content

Commit b21b024

Browse files
fix!: update environment
1 parent e2676d6 commit b21b024

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# pixi environments
3+
.pixi
4+
*.egg-info

environment.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ channels:
22
- conda-forge
33
- bioconda
44
dependencies:
5-
- snakemake-minimal >=8.4.4
5+
- snakemake-minimal >=9.7.1
66
- jinja2
77
- matplotlib
88
- graphviz
99
- bcftools >=1.19
1010
- samtools >=1.19
1111
- bwa ~=0.7.17
1212
- pygments
13-
- pip:
14-
# at the time of writing - 7. Feb 24 - pysam on bioconda will require
15-
# a lower python version than snakemake, install pysam
16-
# using pip
17-
- pysam ==0.22
13+
- pysam =0.22

0 commit comments

Comments
 (0)