diff --git a/Snakefile b/Snakefile index b3687b2..3baf152 100644 --- a/Snakefile +++ b/Snakefile @@ -56,9 +56,9 @@ mc cp S3/eictest/{output.filepath} {output.filepath} """ if use_s3 else f""" - echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}' - exit 1 - """ + echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}' + exit 1 + """ ) ) diff --git a/benchmarks/backwards_ecal/Snakefile b/benchmarks/backwards_ecal/Snakefile index 7a501b5..351006c 100644 --- a/benchmarks/backwards_ecal/Snakefile +++ b/benchmarks/backwards_ecal/Snakefile @@ -102,13 +102,13 @@ MATPLOTLIBRC={input.matplotlibrc} \ DETECTOR_CONFIG=""" + DETECTOR_CONFIG + """ \ - PLOT_TITLE=""" + PLOT_TITLE=""" + DETECTOR_CONFIG + """ \ - INPUT_PATH_FORMAT=sim_output/backwards_ecal/""" + INPUT_PATH_FORMAT=sim_output/backwards_ecal/""" + DETECTOR_CONFIG + """/{{particle}}/{{energy}}/130to177deg/{{particle}}_{{energy}}_130to177deg.{{ix:04d}}.eicrecon.tree.edm4eic.root \ - OUTPUT_DIR={output} \ - python {input.script} - """ + OUTPUT_DIR={output} \ + python {input.script} + """ ) diff --git a/benchmarks/barrel_ecal/Snakefile b/benchmarks/barrel_ecal/Snakefile index 3637544..5378592 100644 --- a/benchmarks/barrel_ecal/Snakefile +++ b/benchmarks/barrel_ecal/Snakefile @@ -37,9 +37,9 @@ exec ddsim \ --compactFile """ + DETECTOR_PATH + """/{wildcards.DETECTOR_CONFIG}.xml \ - --inputFiles {input} \ - --outputFile {output} - """ + --inputFiles {input} \ + --outputFile {output} + """ )