Hello,
I have imported particle.star job from Relion into cryopsarc however following inputting that job into 2D classification job I get the following error:
[CPU: 2.25 GB] Traceback (most recent call last):
File “cryosparc_worker/cryosparc_compute/run.py”, line 85, in cryosparc_compute.run.main
File “cryosparc_worker/cryosparc_compute/jobs/class2D/run.py”, line 159, in cryosparc_compute.jobs.class2D.run.run_class_2D
File “/home/cryosparc/cryosparc_worker/cryosparc_compute/particles.py”, line 32, in get_prepared_fspace_data
return fourier.resample_fspace(fourier.fft(self.get_prepared_real_data()), self.dataset.N)
File “/home/cryosparc/cryosparc_worker/cryosparc_compute/particles.py”, line 27, in get_prepared_real_data
return (self.dataset.prepare_normalization_factor * self[‘blob/sign’]) * (self.dataset.prepare_real_window * (self.get_original_real_data()))
File “/home/cryosparc/cryosparc_worker/cryosparc_compute/particles.py”, line 22, in get_original_real_data
return self.blob.view().copy()
File “/home/cryosparc/cryosparc_worker/cryosparc_compute/blobio/mrc.py”, line 127, in view
return self.get()
File “/home/cryosparc/cryosparc_worker/cryosparc_compute/blobio/mrc.py”, line 122, in get
_, data, total_time = prefetch.synchronous_native_read(self.fname, idx_start = self.page, idx_limit = self.page+1)
File “cryosparc_worker/cryosparc_compute/blobio/prefetch.py”, line 69, in cryosparc_compute.blobio.prefetch.synchronous_native_read
TypeError: sync_io(): incompatible function arguments. The following argument types are supported:
1. (arg0: str, arg1: int, arg2: int, arg3: int, arg4: int, arg5: int, arg6: int) → tuple
Invoked with: b’/home/cryosparc/cryosparc_cache/instance_host/imports/mnt/md0/SNestorow/raw4_EBIC/Extract/job008/Movies/FoilHole_23777566_Data_23771393_23771395_20231123_192739_fractions_motion_corrected.mrcs’, 0, 0, 4294967295, 4294967296, 2, 40
I am not sure what this error means to know how to go about correcting it - any help would be much appreciated!
Thanks