Skip to content
Snippets Groups Projects
Unverified Commit e941f868 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

zdc_pi0: don't cleanup for zdc_sigma (#130)

parent eab1a2b8
Branches
Tags
No related merge requests found
......@@ -116,12 +116,9 @@ get_data:
# snakemake support
- mkdir "${DETECTOR_CONFIG}"
- ln -s "${LOCAL_DATA_PATH}/sim_output" "${DETECTOR_CONFIG}/sim_output"
- find "${LOCAL_DATA_PATH}/sim_output" -type l -exec ls -la {} \;
- ln -s "../results" "${DETECTOR_CONFIG}/results"
- mkdir -p "$SNAKEMAKE_OUTPUT_CACHE"
- ls -lrtha
after_script:
- find "${LOCAL_DATA_PATH}/sim_output" -type l -exec ls -la {} \;
retry:
max: 2
when:
......
......@@ -29,5 +29,5 @@ collect_results:zdc_pi0:
script:
- ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_zdc_sipm_on_tile_only/zdc_sigma
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_zdc_sipm_on_tile_only/zdc_pi0
- mv results{_save,}/
......@@ -68,7 +68,5 @@ rule zdc_sigma_analysis:
shell:
"""
mkdir -p {output.results_dir}
ls -la {input}
find "$LOCAL_DATA_PATH/sim_output" -type l -exec readlink {{}} \; | xargs ls -la
python {input.script} {output.results_dir}
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment