I’m trying to pick particles in cryolo and importing them into cryoSPARC for further steps. The extraction from micrograph job worked but when performing 2D classifications, it raised errors as following:
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 95, in cryosparc_master.cryosparc_compute.run.main
File “cryosparc_master/cryosparc_compute/jobs/class2D/newrun.py”, line 57, in cryosparc_master.cryosparc_compute.jobs.class2D.newrun.run_class_2D
AssertionError: CTF parameters must be connected to perform CTF correction.
I use the Patch CTF estimated micrographs as input in Extraction job.
How are you getting the particles/picks into CS? Are you using crYOLO in a standalone setting and importing a .star file or are you using CS-tools to pick particles in crYOLO as described here?
Thanks very much! It works now.
I did check the “ignore raw data” and “ignore pose data” as in the post you mentioned. I did not give the microscope parameters. And it finally works after giving those parameters. Those parameters ensure it use micrograph CTF as particle CTF when extracting as I only give the coordinates.