Skip to content

Commit

Permalink
Add flag -k to keep going when a job fails until none of the jobs can…
Browse files Browse the repository at this point in the history
… be started anymore
  • Loading branch information
verku committed Jun 16, 2024
1 parent 5d53485 commit 9df5bc6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gerp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
- name: gerp
shell: bash -l {0}
run: |
snakemake --configfile .test/config/config_gerp.yaml -j 4 --cores 1 --use-singularity
snakemake -k --configfile .test/config/config_gerp.yaml -j 4 --cores 1 --use-singularity
2 changes: 1 addition & 1 deletion .github/workflows/mitogenome_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ jobs:
- name: mitogenome_mapping
shell: bash -l {0}
run: |
snakemake --configfile .test/config/config_mitogenomes.yaml -j 4 --cores 1 --use-singularity
snakemake -k --configfile .test/config/config_mitogenomes.yaml -j 4 --cores 1 --use-singularity
2 changes: 1 addition & 1 deletion .github/workflows/mlRho_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
- name: mlRho_options
shell: bash -l {0}
run: |
snakemake --configfile .test/config/config_mlRho_options.yaml -j 4 --cores 1 --use-singularity
snakemake -k --configfile .test/config/config_mlRho_options.yaml -j 4 --cores 1 --use-singularity
2 changes: 1 addition & 1 deletion .github/workflows/pca_roh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- name: pca_roh
shell: bash -l {0}
run: |
snakemake --configfile .test/config/config_pca_roh.yaml -j 4 --cores 1 --use-singularity
snakemake -k --configfile .test/config/config_pca_roh.yaml -j 4 --cores 1 --use-singularity
2 changes: 1 addition & 1 deletion .github/workflows/snpeff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
- name: snpeff
shell: bash -l {0}
run: |
snakemake --configfile .test/config/config_snpeff.yaml -j 4 --cores 1 --use-singularity
snakemake -k --configfile .test/config/config_snpeff.yaml -j 4 --cores 1 --use-singularity

0 comments on commit 9df5bc6

Please sign in to comment.