Project and job ID from cluster_job_id

Hello,

Is there a way, given a cluster_job_id (e.g. from SLURM), to work out the cryoSPARC project ID and job ID?

Specifically, I am looking for a solution that does not assume I know where on disk the project is located (if I know this, then grep can achieve this).

Thanks for any tips

Cheers,
Alexis

scontrol show jobid -dd <cluster_job_id>

Do the Command, StOut or StErr values contain the path information you require?

Perfect - thank you very much!