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

calo_pid/config.yml: use

parent 8d47cc5d
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ sim:calo_pid:
]
script:
- |
snakemake --cache --cores 5 \
snakemake $SNAKEMAKE_FLAGS --cores 5 \
$(seq --format="sim_output/calo_pid/epic_inner_detector/${PARTICLE}/100MeVto20GeV/130to177deg/${PARTICLE}_100MeVto20GeV_130to177deg.%04.f.eicrecon.tree.edm4eic.root" ${INDEX_RANGE})
bench:calo_pid:
......@@ -30,7 +30,7 @@ bench:calo_pid:
script:
- export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
- pip install -r benchmarks/calo_pid/requirements.txt
- snakemake --cache --cores 1 results/epic_inner_detector/calo_pid
- snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_inner_detector/calo_pid
collect_results:calo_pid:
allow_failure: true # until inference merged into EICrecon
......@@ -41,5 +41,5 @@ collect_results:calo_pid:
script:
- ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake --cores 1 --delete-all-output results/epic_inner_detector/calo_pid
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_inner_detector/calo_pid
- mv results{_save,}/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment