Topaz Training Assertion errors 1 and -9 after CryoSPARC live Motion Correction and CTF estimation

I’ve been running into AssertionError: Subprocess exited with status 1 and AssertionError: Subprocess exited with status -9 while trying to train a topaz model.

For context I did the following:

  • Patch Motion correction and Patch CTF estimation in cryoSPARC live (Session 1, S1).
  • Exported Exposures from cryoSPARC live to regular cryoSPARC (J8).
  • Did some manual picking then template picking and iterated a few times, I used 2D classification to get an idea on particle quality.
  • Selected suitable 2D classes.
  • Attempted a Topaz Train job inputting all Exposures from J8 and the particles from my latest Select 2D job.

If I don’t specify the Absolute path of directory containing preprocessed directory then it doesn’t find the micrographs, skipping them all at the point of splitting the dataset, and exits with the AssertionError status 1 (it gives the ValueError: arrays must all be same length immediately before the AssertionError) I tried specifying the motion corrected cryoSPARC live directory S1/motioncorrected, it appears to find the micrographs and exits with AssertionError status -9 right after starting training. If I point it to the J8 directory with the Live Exposure Export it also exits with AssertionError status 1.

I’m not sure if I’m missing something obvious. Any suggestions?

Other users in my department have successfully ran topaz training using cryoSPARC, but it doesn’t appear anyone has done this with cryoSPARC live before.