Skip to content
Snippets Groups Projects
Unverified Commit e6716635 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

beamline: add dependency on warmup (prevents concurrent calibration download/symlinking) (#181)

parent ccd83bb5
Branches
No related tags found
No related merge requests found
Pipeline #123366 canceled
...@@ -3,6 +3,7 @@ ANALYSISDIR=SIMOUTDIR+"analysis/" ...@@ -3,6 +3,7 @@ ANALYSISDIR=SIMOUTDIR+"analysis/"
rule beamline_steering_sim: rule beamline_steering_sim:
input: input:
warmup="warmup/epic_ip6_extended.edm4hep.root",
macro=workflow.source_path("beamlineGPS.mac"), macro=workflow.source_path("beamlineGPS.mac"),
output: output:
SIMOUTDIR+"beamlineTest{CAMPAIGN}.edm4hep.root", SIMOUTDIR+"beamlineTest{CAMPAIGN}.edm4hep.root",
...@@ -21,6 +22,7 @@ rule beamline_steering_sim: ...@@ -21,6 +22,7 @@ rule beamline_steering_sim:
rule beamline_acceptance_sim: rule beamline_acceptance_sim:
input: input:
warmup="warmup/epic_ip6_extended.edm4hep.root",
macro=workflow.source_path("acceptanceGPS.mac"), macro=workflow.source_path("acceptanceGPS.mac"),
output: output:
SIMOUTDIR+"acceptanceTest{CAMPAIGN}.edm4hep.root", SIMOUTDIR+"acceptanceTest{CAMPAIGN}.edm4hep.root",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment