Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into pr/lfhcal_benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 7, 2024
2 parents cb4897c + 8de512a commit 86f1d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def get_remote_path(path):
rule fetch_epic:
output:
filepath="EPIC/{PATH}"
params:
# wildcards are not included in hash for caching, we need to add them as params
PATH=lambda wildcards: wildcards.PATH
cache: True
retries: 3
shell: """
xrdcp --debug 2 root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
Expand Down

0 comments on commit 86f1d34

Please sign in to comment.