I am trying to import relion extract .star file into cryoSPARC, I got an error like this.
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 116, in cryosparc_master.cryosparc_compute.run.main
File “/data/cryosparc-4.6/cryosparc_worker/cryosparc_compute/jobs/imports/run.py”, line 465, in run_import_particles
assert len(validation_errors) == 0, "The following outputs were expected but not produced: " + ", ".join(validation_errors)
AssertionError: The following outputs were expected but not produced: alignments3D
And I want to do 3Dclassfication after importing , but I cannot solve this error!