Skip to content

Commit

Permalink
Update Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi-singla-21 authored Oct 29, 2024
1 parent 7700453 commit 071d51a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions benchmarks/tracking_performances_dis/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ rule trk_dis_run_locally:
message:
"See output in {input[0]}"

rule vtx_dis_run_locally:
input:
"results/vertexing_performances_dis/" + os.environ["DETECTOR_CONFIG"] + "/pythia8NCDIS_18x275_minQ2=1_combined_5/plots.pdf",
message:
"See output in {input[0]}"


rule trk_dis_run_locally_trk_only:
input:
Expand All @@ -222,3 +228,10 @@ rule trk_dis_run_locally_trk_only:
"See output in {input[0]}"


rule vtx_dis_run_locally_trk_only:
input:
"results/vertexing_performances_dis/epic_craterlake_tracking_only/pythia8NCDIS_18x275_minQ2=1_combined_5/plots.pdf",
message:
"See output in {input[0]}"


0 comments on commit 071d51a

Please sign in to comment.