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:
script:
- ls -lrht
- 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
- mv results{_save,}/
......@@ -36,4 +36,6 @@ collect_results:backwards_ecal:
script:
- ls -lrht
- 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
- mv results{_save,}/
......@@ -25,4 +25,6 @@ collect_results:ecal_gaps:
script:
- ls -lrht
- 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
- mv results{_save,}/
......@@ -44,4 +44,6 @@ collect_results:tracking_performance_campaigns:
script:
- ls -lrht
- 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
- mv results{_save,}/
......@@ -16,4 +16,6 @@ collect_results:zdc_lyso:
script:
- ls -lrht
- 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
- mv results{_save,}/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment