From cb4897c25706f0c15f5ef2d4453580c828ff9297 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 7 Oct 2024 16:09:11 -0400 Subject: [PATCH] Snakefile: disable cache --- Snakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Snakefile b/Snakefile index 9c36bc2b..c1114a90 100644 --- a/Snakefile +++ b/Snakefile @@ -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}