Hey everyone,
I have performed Topaz denoise on my micrographs in order to use the output for Topaz train, but I keep getting this error:
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 95, in cryosparc_master.cryosparc_compute.run.main
File “/software/presto/e/9.6/software/cryosparc/4.4.1-foss-2021a-CUDA-11.3.1/cryosparc_worker/cryosparc_compute/jobs/topaz/run_topaz.py”, line 150, in run_topaz_wrapper_train
assert os.path.isfile(abs_mrc_path), (
AssertionError: Could not find micrograph “” in “/path/to/my/cryosparc/directory”; please check that the micrographs.micrograph_blob_denoised input slot is connected and that the parent job exists and has not been cleared.
Even though the Denoise job folder is not empty and the parent job does exist.
How can I fix it?
Thank you for your response. I couldn’t run the command cryosparcm beacause I don’t know where the cryosparc_master was. when I looked for it, I got permission denied so I had to try in a different way.
What worked eventually was setting the parameter: use denoised micrographs to false (I don’t know why it worked or why it did not work before).