I’m new to CryoSPARC and tried my hand at installing it. Hopefully I followed the instructions carefully, but when I run “Test Worker GPUs”, I get the following error:
Cluster job submission failed with exit code 255
sbatch: error: Invalid directive found in batch script: project_uid
What confuses me is that looking at the cluster submission script in the Event Log, the following line from the cluster_script.sh
#SBATCH --job-name=cs-gpu-sh02-12n04-{{ project_uid }}-{{ job_uid }}
was properly replaced with
#SBATCH --job-name=cs-gpu-sh02-12n04-P1-J3
Clearly the project_uid was appropriately utilized, but it still throws an error. May I ask where the issue may be coming from? Thanks so much in advance!