Hi everyone,
I am trying to use the 3D Classification job for my extracted particles and using a volume extracted from ChimeraX as an mrc file. The import of the map to CryoSparc didn’t have any problems, but when I tried running the 3D classification job with 2 inputs, (1) exported particles from 2D class and (2) the imported volume as initial volume, I encoutered the following error:
Traceback (most recent call last):
File "cryosparc_master/cryosparc_compute/run.py", line 60, in cryosparc_compute.run.main
File "/gpfs/nisbfs/home/cryosparcuser_dgx/cryosparc/cryosparc_worker/cryosparc_compute/jobs/runcommon.py", line 1010, in check_default_inputs
assert False, 'Non-optional inputs from the following input groups and their slots are not connected: ' + missing_inputs + '. Please connect all required inputs.'
AssertionError: Non-optional inputs from the following input groups and their slots are not connected: particles.alignments3D. Please connect all required inputs.
I thought that the job would not require any alignments to begin? If it does, then should I run an ab-initio job which has the alignment, then merge that together with the imported map? If yes, then how can I do this?
Thank you very much for your help!