Skip to content

Commit

Permalink
Test update config.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 17, 2024
1 parent ae4318e commit 8a8bcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/u_rho/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ u_channel_rho:generate:
- echo "Using simulation campaign so skipping this step!"
- else
- echo "Not using simulation campaign so grab raw events from S3!"
- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
- ls benchmarks/u_rho/benchmark_output/*
#- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
- fi
- echo "Finished gathering events"

Expand All @@ -34,6 +33,7 @@ u_channel_rho:simulate:
- if [ "$USE_SIMULATION_CAMPAIGN" = true ] ; then
- echo "Using simulation campaign so skipping this step!"
- else
- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
- echo "Running Geant4"
- bash benchmarks/u_rho/simulate.sh
- fi
Expand Down

0 comments on commit 8a8bcfd

Please sign in to comment.