Welcome to the forum @Anton .
You can try:
- On the CryoSPARC master installation whose GUI still shows the results, assuming the project ID was
P99, run these commands
and copycryosparcm icli # from the shell to the interactive cli with open('/tmp/tmpMjafg1Mvbr.json', 'w') as output_handle: json.dump(cli.get_project('P99'), output_handle, indent=2) exit() # back to the shell/tmp/tmpMjafg1Mvbr.jsonasproject.jsoninto the project directory you wish to attach. - Create a
job_manifest.jsonusing thebuild_manifest.pyscript in Corrupted project json files after faulty reattaching - #2 by wtempel and copy it into the project directory you wish to attach. Do not manually createworkspaces.json. - Try attaching the project and check the command core log for potential errors:
If the log shows any errors related to the attachment attempt:cryosparcm log command_core- post errors here
- do not proceed to next steps
Due to the absence ofworkspaces.json, no jobs or workspaces are expected to show up in the GUI (yet) even if attachment did not encounter any errors.
- Jobs should begin appearing as you manually create workspaces in the project. Continue creating workspaces until all jobs appear.
Caution: Do not attempt creating new jobs in the project until all existing jobs have been imported successfully. Otherwise, existing job directories may become corrupted.