Skip to content
Snippets Groups Projects
Commit 1fe9b810 authored by Michał Sieczczyński's avatar Michał Sieczczyński
Browse files

Snakefile correction

parent 318b95fa
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ hadd {output} {input}
rule nhcal_acceptance_analysis:
input:
combined="sim_output/nhcal_acceptance/sim_{DETECTOR_CONFIG}_E{ENERGY}GeV_combined_{N}files.edm4hep.root",
script="scripts/nhcal_acceptance_analysis.cxx",
script="benchmarks/nhcal_acceptance/scripts/nhcal_acceptance_analysis.cxx",
output:
f"results/nhcal_acceptance_analysis_{{DETECTOR_CONFIG}}_E{{ENERGY}}GeV_combined_{{N}}files.pdf",
shell:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment