We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6601376 commit 2c21cabCopy full SHA for 2c21cab
.github/workflows/snakemake.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
eval "$(mamba shell hook --shell bash)"
31
mamba activate VIS_minimal
32
- snakemake --directory . --snakefile workflow/Snakefile --configfile config.yml --cores 1 --use-conda -n --conda-cleanup-pkgs cache
+ snakemake --directory . --snakefile workflow/Snakefile --configfile config/config.yml --cores 1 --use-conda -n --conda-cleanup-pkgs cache
33
env:
34
CONDA_DEFAULT_ENV: VIS_minimal
35
0 commit comments