Cryosparc doesn't remember account

Hi,

I’m running Cryosparc on a cluster. The master and worker executables are launched on the compute nodes. I’m creating an account using cryosparcm but it does not remember the account for next time. The account is forgotten after the job is killed. How to have a persistant account to work with?

Welcome to the forum @deepaphanish.
Account information is stored in the CryoSPARC database, in a directory that is defined

  • at installation time: using the --dbpath parameter of the install.sh script (guide)
  • after installation: by the CRYOSPARC_DB_PATH variable (guide)

Is that database preserved between launches of the master component?

Thanks @wtempel That’ll be the issue - The database location is not common between launches.