Skip to content

Commit

Permalink
Snakefile: disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Oct 7, 2024
1 parent 95d7939 commit cb4897c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def get_remote_path(path):
rule fetch_epic:
output:
filepath="EPIC/{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 cb4897c

Please sign in to comment.