Data management tools accessible via cryosparc-tools

Hi all,

Are the data management tools scriptable via cryosparc-tools? If so, is there documentation available?

Thanks,
Kye

1 Like

Excellent question. Data clean-up is scriptable currently not via cryosparc-tools, but via cli functions. Unfortunately, the best documentation available right now is the code itself: cryosparc_master/cryosparc_command/command_core/__init__.py.
Inside the code, look for functions like

cleanup_data()
get_non_final_jobs()
set_job_final_result()

These functions are new in v4.3, and may change in future CryoSPARC versions.

1 Like

Being able to access the data management tools via cryosparc-tools would be very interesting to us too.

and possible :smiley:.