From fd131e67325c5669151e35d598adc7c49dc9f1bc Mon Sep 17 00:00:00 2001 From: Sebouh Paul <sebouh.paul@gmail.com> Date: Wed, 11 Sep 2024 23:32:25 -0400 Subject: [PATCH] Update Snakefile (#37) * Update Snakefile * Update Snakefile * Update Snakefile * Update Snakefile * Update Snakefile --- benchmarks/lambda/Snakefile | 1 - benchmarks/neutron/Snakefile | 1 - benchmarks/sigma/Snakefile | 1 - 3 files changed, 3 deletions(-) diff --git a/benchmarks/lambda/Snakefile b/benchmarks/lambda/Snakefile index 6cd2ff00..0793621d 100644 --- a/benchmarks/lambda/Snakefile +++ b/benchmarks/lambda/Snakefile @@ -7,7 +7,6 @@ rule lambda_generate: GEN_FILE="sim_output/lambda/lambda_decay_{P}GeV.hepmc" shell: """ -mkdir -p results/lambda root -l -b -q '{input.script}({params.NEVENTS_GEN},0,"{output.GEN_FILE}",{wildcards.P},{wildcards.P})' """ diff --git a/benchmarks/neutron/Snakefile b/benchmarks/neutron/Snakefile index 3f24d738..5b5658f9 100644 --- a/benchmarks/neutron/Snakefile +++ b/benchmarks/neutron/Snakefile @@ -9,7 +9,6 @@ rule neutron_generate: GEN_FILE="sim_output/neutron/neutron_{P}GeV.hepmc" shell: """ -mkdir -p sim_output/neutron root -l -b -q '{input.script}({params.NEVENTS_GEN},"{output.GEN_FILE}", "neutron", {params.th_min}, {params.th_max}, 0., 360., {wildcards.P})' """ diff --git a/benchmarks/sigma/Snakefile b/benchmarks/sigma/Snakefile index cbafed6b..77b64df8 100644 --- a/benchmarks/sigma/Snakefile +++ b/benchmarks/sigma/Snakefile @@ -7,7 +7,6 @@ rule sigma_generate: GEN_FILE="sim_output/sigma/sigma_decay_{P}GeV.hepmc" shell: """ -mkdir -p results/sigma root -l -b -q '{input.script}({params.NEVENTS_GEN},0,"{output.GEN_FILE}",{wildcards.P},{wildcards.P})' """ -- GitLab