From f78c710bc66288fdbb3063b32284ab07b740e382 Mon Sep 17 00:00:00 2001 From: Zachary Sweger Date: Thu, 16 May 2024 14:56:24 -0700 Subject: [PATCH] Fix Snakefile get evgen --- benchmarks/u_rho/Snakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/u_rho/Snakefile b/benchmarks/u_rho/Snakefile index 6d1fe417..dcf76593 100644 --- a/benchmarks/u_rho/Snakefile +++ b/benchmarks/u_rho/Snakefile @@ -28,12 +28,12 @@ ln {input} {output} rule uchannelrho_campaign_raw_get: input: - lambda wildcards: S3.remote(f"eictest/EPIC/EVGEN/23.12.0/epic_craterlake/EXCLUSIVE/UCHANNEL_RHO/10x100/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root"), + S3.remote(f"eictest/EPIC/EVGEN/23.12.0/epic_craterlake/EXCLUSIVE/UCHANNEL_RHO/10x100/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root"), output: "benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root", shell: """ -echo "Getting file for INDEX {wildcards.INDEX}" +echo "Getting afterburned event-generator file" ln {input} {output} """