Skip to content

Commit fb50bc6

Browse files
authored
ci: remove test with Snakemake v8 (#44)
* ci: remove test with Snakemake v8 * ci: update Snakemake v9 minor for tests * ci: update Snakemake v9 for apptainer test * docs: update Snakemake versions on README
1 parent a90ca5b commit fb50bc6

File tree

5 files changed

+4
-52
lines changed

5 files changed

+4
-52
lines changed

.github/workflows/test_v8.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.test/environment_apptainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ channels:
55
- defaults
66
dependencies:
77
- python==3.11.6
8-
- snakemake==9.1.6
8+
- snakemake==9.15.0
99
- apptainer==1.4.1

.test/environment_v8.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.test/environment_v9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ channels:
55
- defaults
66
dependencies:
77
- python==3.11.6
8-
- snakemake==9.1.6
8+
- snakemake==9.15.0

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
![Install workflow](https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/install.yml/badge.svg)
1313
![Test workflow with Snakemake v7](https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/test_v7.yml/badge.svg)
14-
![Test workflow with Snakemake v8](https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/test_v8.yml/badge.svg)
1514
![Test workflow with Snakemake v9](https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/test_v9.yml/badge.svg)
1615
![Test workflow with Snakemake v9 and Apptainer](https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/test_apptainer.yml/badge.svg)
1716

@@ -42,8 +41,8 @@ It supports dependency management through either conda or Apptainer/Singularity,
4241

4342
We use continuous integration (CI) to automatically verify that all dependencies install correctly
4443
with Snakemake v7.32.4 (see GitHub Action `Install`), and to test that VIPERA runs
45-
successfully with Snakemake v7.32.4, v8.30.0, and v9.1.6 using conda (Actions `Test Sm v[7-9]`).
46-
We also test a containerized workflow with Snakemake v9.1.6 and Apptainer using a
44+
successfully with Snakemake v7.32.4 and v9.15.0 using conda (Actions `Test Sm v(7|9)`).
45+
We also test a containerized workflow with Snakemake v9.15.0 and Apptainer using a
4746
[remote image](https://hub.docker.com/r/ahmig/vipera) (Action `Test Sm v9 Apptainer`).
4847
This image is automatically updated in every version (Action `Deploy`).
4948

0 commit comments

Comments
 (0)