I just updated our installation to 2.12 and now Import Micrographs appears to be broken, giving this error message:
Traceback (most recent call last):
File “cryosparc2_master/cryosparc2_compute/run.py”, line 78, in cryosparc2_compute.run.main
File “cryosparc2_compute/jobs/imports/run.py”, line 534, in run_import_movies_or_micrographs
if params[‘skip_header_check’]:
KeyError: ‘skip_header_check’
I’m confused because there is no option to Skip Header Check in the Import Micrographs job, like there is in the Import Movies job
Hi @stephan,
Thanks for this - but now in 2.12.2, there is a new error:
Traceback (most recent call last):
File “cryosparc2_master/cryosparc2_compute/run.py”, line 78, in cryosparc2_compute.run.main
File “cryosparc2_compute/jobs/imports/run.py”, line 595, in run_import_movies_or_micrographs
if params[‘override_exp_group_id’] == None:
KeyError: ‘override_exp_group_id’
This may be a similar issue, because there is no “Override Exposure Groups Id” box in Import Micrographs?
I am also having the exact same problem with 2.12 (which was updated today)
Traceback (most recent call last): File “cryosparc2_master/cryosparc2_compute/run.py”, line 78, in cryosparc2_compute.run.main File “cryosparc2_compute/jobs/imports/run.py”, line 595, in run_import_movies_or_micrographs if params[‘override_exp_group_id’] == None: KeyError: ‘override_exp_group_id’
Any solution please?
NB: Downgrading to v2.11.0 and importing the (same) pre-motion corrected micrographs worked fine.
When I tried to import a particles.star from an extract job of Relion I got that :
Traceback (most recent call last):
File “cryosparc2_master/cryosparc2_compute/run.py”, line 78, in cryosparc2_compute.run.main
File “cryosparc2_compute/jobs/imports/run.py”, line 52, in run_import_particles if params[‘override_exp_group_id’] == None:
KeyError: ‘override_exp_group_id’