Skip to content
Snippets Groups Projects
Commit 9b7426fb authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

benchmarks/*/config.yml: avoid cleaning up ./results/

parent 95dcee08
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,6 @@ collect_results:backgrounds: ...@@ -29,4 +29,6 @@ collect_results:backgrounds:
script: script:
- ls -lrht - ls -lrht
- rm EPIC # remove the symlink to preserve the shared files - rm EPIC # remove the symlink to preserve the shared files
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake --cores 1 --delete-all-output backgrounds_ecal_backwards - snakemake --cores 1 --delete-all-output backgrounds_ecal_backwards
- mv results{_save,}/
...@@ -36,4 +36,6 @@ collect_results:backwards_ecal: ...@@ -36,4 +36,6 @@ collect_results:backwards_ecal:
script: script:
- ls -lrht - ls -lrht
- rm EPIC # remove the symlink to preserve the shared files - rm EPIC # remove the symlink to preserve the shared files
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake --cores 1 --delete-all-output backwards_ecal - snakemake --cores 1 --delete-all-output backwards_ecal
- mv results{_save,}/
...@@ -25,4 +25,6 @@ collect_results:ecal_gaps: ...@@ -25,4 +25,6 @@ collect_results:ecal_gaps:
script: script:
- ls -lrht - ls -lrht
- rm EPIC # remove the symlink to preserve the shared files - rm EPIC # remove the symlink to preserve the shared files
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake --cores 1 --delete-all-output ecal_gaps - snakemake --cores 1 --delete-all-output ecal_gaps
- mv results{_save,}/
...@@ -44,4 +44,6 @@ collect_results:tracking_performance_campaigns: ...@@ -44,4 +44,6 @@ collect_results:tracking_performance_campaigns:
script: script:
- ls -lrht - ls -lrht
- rm EPIC # remove the symlink to preserve the shared files - rm EPIC # remove the symlink to preserve the shared files
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake --cores 1 --delete-all-output tracking_performance_campaigns - snakemake --cores 1 --delete-all-output tracking_performance_campaigns
- mv results{_save,}/
...@@ -16,4 +16,6 @@ collect_results:zdc_lyso: ...@@ -16,4 +16,6 @@ collect_results:zdc_lyso:
script: script:
- ls -lrht - ls -lrht
- rm EPIC # remove the symlink to preserve the shared files - rm EPIC # remove the symlink to preserve the shared files
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake --cores 1 --delete-all-output zdc_lyso_local - snakemake --cores 1 --delete-all-output zdc_lyso_local
- mv results{_save,}/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment