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

Snakefile: set reties to 3 for fetch_epic

parent a17b54d6
Branches
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ def get_remote_path(path): ...@@ -24,6 +24,7 @@ def get_remote_path(path):
rule fetch_epic: rule fetch_epic:
output: output:
filepath="EPIC/{PATH}" filepath="EPIC/{PATH}"
retries: 3
shell: """ shell: """
xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath} xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
""" if use_xrootd else """ """ if use_xrootd else """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment