From 06dbb585f96746ea34585a4a07af1a07b4cfbc21 Mon Sep 17 00:00:00 2001 From: Dhatri Badri <56312676+dhatribadri@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:18:32 -0500 Subject: [PATCH] Update test_pipeline.yml to include singularity flag instead of apptainer --- .github/workflows/test_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pipeline.yml b/.github/workflows/test_pipeline.yml index 281f0f1..5c83ad7 100644 --- a/.github/workflows/test_pipeline.yml +++ b/.github/workflows/test_pipeline.yml @@ -91,7 +91,7 @@ jobs: run: | source $CONDA/bin/activate conda activate qcd_env_test - snakemake -s QCD.smk -p --use-conda --use-apptainer --conda-frontend conda --configfile .test/config/config.yaml --latency-wait 1000 --cores 4 + snakemake -s QCD.smk -p --use-conda --use-singularity --conda-frontend conda --configfile .test/config/config.yaml --latency-wait 1000 --cores 4 # uses: snakemake/snakemake-github-action@v1.25.1 # with: # directory: '.'