Skip to content

Commit 2c21cab

Browse files
authored
Update snakemake.yml
1 parent 6601376 commit 2c21cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snakemake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
eval "$(mamba shell hook --shell bash)"
3131
mamba activate VIS_minimal
32-
snakemake --directory . --snakefile workflow/Snakefile --configfile config.yml --cores 1 --use-conda -n --conda-cleanup-pkgs cache
32+
snakemake --directory . --snakefile workflow/Snakefile --configfile config/config.yml --cores 1 --use-conda -n --conda-cleanup-pkgs cache
3333
env:
3434
CONDA_DEFAULT_ENV: VIS_minimal
3535

0 commit comments

Comments
 (0)