Skip to content

Commit

Permalink
Fix Snakefile get evgen
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 16, 2024
1 parent 37b2b05 commit f78c710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/u_rho/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"""

Expand Down

0 comments on commit f78c710

Please sign in to comment.