From a42a884862eeaa41b06f41c5b6670ad3d4965654 Mon Sep 17 00:00:00 2001
From: Sebouh Paul <sebouh.paul@gmail.com>
Date: Sun, 25 Aug 2024 16:18:18 -0400
Subject: [PATCH] Update config.yml

used "touch" to force snakemake to not update files in the neutron:analyze phase
---
 benchmarks/neutron/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/neutron/config.yml b/benchmarks/neutron/config.yml
index b354981e..be42df42 100644
--- a/benchmarks/neutron/config.yml
+++ b/benchmarks/neutron/config.yml
@@ -24,7 +24,7 @@ neutron:analyze:
   extends: .phy_benchmark
   needs: ["neutron:simulate"]
   script:
-    - snakemake --cores 1 results/epic_craterlake/neutron 
+    - snakemake --cores 1 --touch results/epic_craterlake/neutron 
 
 neutron:results:
   stage: collect
-- 
GitLab