Skip to content

Commit

Permalink
Merge pull request #37 from hydra-genetics/Smeds-patch-1
Browse files Browse the repository at this point in the history
feat: update to snakemake 8
  • Loading branch information
MagdalenaZZ authored Mar 13, 2024
2 parents 1b6399b + 6c8d04f commit 1ccb2f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 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.8
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.11
- 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.8
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.11
- 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.8
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.11
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
drmaa==0.7.9
hydra-genetics==0.15.0
hydra-genetics==1.14.0
jinja2==3.0.1
pandas>=1.3.1
pulp<2.8.0
singularity==3.0.0
snakemake>=7.13.0,<8
tabulate<0.9.0
snakemake>=8,<9

0 comments on commit 1ccb2f0

Please sign in to comment.