Hello.
Since I’ve been updated cryoSPARC to version 3.1.0 I can’t run the Extensive Workflow for T20S BENCH with the Run all job types option activated.
It stucks in Inspect Particle Pick then the primary job show me the following error:
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 84, in cryosparc_compute.run.main
File “/home/cryosparcuser/cryosparc/cryosparc_master/cryosparc_compute/jobs/workflows/buildrun_bench.py”, line 285, in run_extensive_workflow
juids[‘inspect_blob_picks’] = get_curated_blob_picks(job, juids[‘patch_ctf_est’]+‘.exposures’)
File “/home/cryosparcuser/cryosparc/cryosparc_master/cryosparc_compute/jobs/workflows/buildrun_bench.py”, line 160, in get_curated_blob_picks
assert jstatus == ‘waiting’, “Inspect picks did not start within 120 seconds!”
AssertionError: Inspect picks did not start within 120 seconds!
When I run the BENCH with Run all job types option disabled the fail does not occurs.
In previous version (3.0.1) the BENCH worked perfectly with the Run all job types option enabled.
What may be causing this fail?