Skip to content

Commit c78e75d

Browse files
committed
fix: update Snakemake command to use Singularity instead of Docker
1 parent 175d0d6 commit c78e75d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@ jobs:
4747
pip install snakemake
4848
pip install pulp==2.7.0
4949
50+
- name: Install Apptainer
51+
run: |
52+
sudo apt-get update
53+
sudo apt-get install -y apptainer
54+
5055
- name: Run test pipeline
5156
run: |
5257
snakemake --cores 1 \
5358
--configfile tests/config/test_config.yaml \
54-
--use-docker \
59+
--use-singularity \
5560
--printshellcmds \
5661
--reason \
5762
all

0 commit comments

Comments
 (0)