You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
having hold: True in assay config file (i.e. for eggd_TSO500) and specifying -iTESTING=true will cause both eggd_conductor and eggd_TSO500 to hang indefinitely.
The use of testing allows for launching all analysis jobs and makes all launched jobs dependent on the conductor job finishing, this stops anything from actually running and then able to terminate all jobs. Having conductor hold until a job that is dependent on the current conductor job completing (which it never can) causes each job to wait on each other and nothing can progress.