1010[ ![ Zenodo DOI] ( https://zenodo.org/badge/627797162.svg )] ( https://doi.org/10.5281/zenodo.15771867 )
1111
1212![ Install workflow] ( https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/install.yml/badge.svg )
13- ![ Test workflow with Snakemake v7] ( https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/test_v7.yml/badge.svg )
1413![ Test workflow with Snakemake v9] ( https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/test_v9.yml/badge.svg )
1514![ Test workflow with Snakemake v9 and Apptainer] ( https://github.com/PathoGenOmics-Lab/VIPERA/actions/workflows/test_apptainer.yml/badge.svg )
1615
@@ -24,7 +23,7 @@ configuring [the inputs and outputs](config/README.md#inputs-and-outputs) and
2423[ the context dataset] ( config/README.md#automated-construction-of-a-context-dataset ) :
2524
2625``` shell
27- snakemake --use- conda --cores 4 # command for Snakemake v7
26+ snakemake --sdm conda --cores 4
2827```
2928
3029We provide a simple script that downloads the [ data] ( https://doi.org/10.20350/digitalCSIC/15648 ) from [ our study] ( https://doi.org/10.1093/ve/veae018 )
@@ -40,8 +39,9 @@ It supports dependency management through either conda or Apptainer/Singularity,
4039[ run modes documentation] ( config/README.md#run-modes ) .
4140
4241We use continuous integration (CI) to automatically verify that all dependencies install correctly
43- with Snakemake v7.32.4 (see GitHub Action ` Install ` ), and to test that VIPERA runs
44- successfully with Snakemake v7.32.4 and v9.15.0 using conda (Actions ` Test Sm v(7|9) ` ).
42+ (see GitHub Action ` Install ` ), and to test that VIPERA runs
43+ successfully using conda (Actions ` Test Sm v(7|9) ` ).
44+ We run Snakemake v9.15.0 for these.
4545We also test a containerized workflow with Snakemake v9.15.0 and Apptainer using a
4646[ remote image] ( https://hub.docker.com/r/ahmig/vipera ) (Action ` Test Sm v9 Apptainer ` ).
4747This image is automatically updated in every version (Action ` Deploy ` ).
0 commit comments