Skip to content

Commit

Permalink
Fix: downgrade snakemake version (#84)
Browse files Browse the repository at this point in the history
* chore: fix snakemake version at <=7.30.2

* chore: fix version

* chore: downgrade snakemake version on more setup files
  • Loading branch information
alsmith151 authored Aug 8, 2023
1 parent 23ad7bc commit 26334a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- python>=3.8
- samtools>1.7
- seaborn
- snakemake
- snakemake<=7.30
- star
- subread
- trackhub
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"pandas",
"cookiecutter",
"pyyaml",
"snakemake",
"snakemake<=7.30",
"setuptools_scm",
"drmaa",
"seaborn",
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ install_requires=
wget
pyyaml
pandas
snakemake
drmaa
snakemake<=7.30.2
tracknado


Expand Down

0 comments on commit 26334a9

Please sign in to comment.