Skip to content

Commit

Permalink
Remove deprecated command line option to print reasons for rule execu…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
verku committed Jun 14, 2024
1 parent 1e9a163 commit 4769cab
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 @@ -67,7 +67,7 @@ jobs:
- name: gerp_dry
shell: bash -l {0}
run: |
snakemake -npr --configfile .test/config/config_gerp.yaml -j 4 --cores 1 --use-singularity
snakemake -np -k --configfile .test/config/config_gerp.yaml -j 4 --cores 1 --use-singularity
- name: gerp
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mitogenome_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: mitogenome_mapping_dry
shell: bash -l {0}
run: |
snakemake -npr --configfile .test/config/config_mitogenomes.yaml -j 4 --cores 1 --use-singularity
snakemake -np -k --configfile .test/config/config_mitogenomes.yaml -j 4 --cores 1 --use-singularity
- name: mitogenome_mapping
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mlRho_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: mlRho_options_dry
shell: bash -l {0}
run: |
snakemake -npr --configfile .test/config/config_mlRho_options.yaml -j 4 --cores 1 --use-singularity
snakemake -np -k --configfile .test/config/config_mlRho_options.yaml -j 4 --cores 1 --use-singularity
- name: mlRho_options
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pca_roh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: pca_roh_dry
shell: bash -l {0}
run: |
snakemake -npr --configfile .test/config/config_pca_roh.yaml -j 4 --cores 1 --use-singularity
snakemake -np -k --configfile .test/config/config_pca_roh.yaml -j 4 --cores 1 --use-singularity
- name: pca_roh
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snpeff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: snpeff_dry
shell: bash -l {0}
run: |
snakemake -npr --configfile .test/config/config_snpeff.yaml -j 4 --cores 1 --use-singularity
snakemake -np -k --configfile .test/config/config_snpeff.yaml -j 4 --cores 1 --use-singularity
- name: snpeff
shell: bash -l {0}
Expand Down

0 comments on commit 4769cab

Please sign in to comment.