Currently when running a workflow with dependencies there will be issues when some of the calculations are still running. This is because the jobid is set when submitting a job, however when a job is still in the queue we do not set the slurm id because we do not resubmit it.
To fix this we should try to get the slurmjobid from the squeue command by matching the working directory.
Currently when running a workflow with dependencies there will be issues when some of the calculations are still running. This is because the jobid is set when submitting a job, however when a job is still in the queue we do not set the slurm id because we do not resubmit it. To fix this we should try to get the slurmjobid from the squeue command by matching the working directory.