Skip to content

Commit

Permalink
Revert "feat: update to snakemake 8"
Browse files Browse the repository at this point in the history
  • Loading branch information
jonca79 authored Mar 13, 2024
1 parent 1ccb2f0 commit b05f865
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
id: branch-name
uses: tj-actions/[email protected]
- uses: actions/checkout@v3
- name: Set up Python 3.11
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.11
python-version: 3.8
- name: Install requirements.txt
run: |
pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.11
python-version: 3.8
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snakemake-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.11
python-version: 3.8
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
drmaa==0.7.9
hydra-genetics==1.14.0
hydra-genetics==0.15.0
jinja2==3.0.1
pandas>=1.3.1
pulp<2.8.0
singularity==3.0.0
snakemake>=8,<9
snakemake>=7.13.0,<8
tabulate<0.9.0

0 comments on commit b05f865

Please sign in to comment.