Skip to content

Commit

Permalink
Snakefile: set reties to 3 for fetch_epic
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Sep 12, 2024
1 parent 6f1fa81 commit 20f8a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def get_remote_path(path):
rule fetch_epic:
output:
filepath="EPIC/{PATH}"
retries: 3
shell: """
xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
""" if use_xrootd else """
Expand Down

0 comments on commit 20f8a45

Please sign in to comment.