Skip to content

Commit 175d0d6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
snakemake --cores 1 \
5353
--configfile tests/config/test_config.yaml \
54-
--use-singularity \
54+
--use-docker \
5555
--printshellcmds \
5656
--reason \
5757
all

0 commit comments

Comments
 (0)