Skip to content

Commit

Permalink
Update Snakefile to get evgen files
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 16, 2024
1 parent e83c355 commit 6f4b747
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions benchmarks/u_rho/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ echo "Getting file for INDEX {wildcards.INDEX}"
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"),
output:
"benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root",
shell:
"""
echo "Getting file for INDEX {wildcards.INDEX}"
ln {input} {output}
"""


rule uchannelrho_analysis:
input:
Expand Down

0 comments on commit 6f4b747

Please sign in to comment.