Debugging BindFlow runs#
To troubleshoot a BindFlow run:
Check the main log file
Located in the
.snakemakedirectory of the running simulation.Search for the keyword error.
Note the rule name and job ID associated with the failure.
If running on an HPC system
Go to the
slurm_logsdirectory.Find the corresponding
.errand/or.outfiles using the rule name and job ID.Review their contents — in most cases this will clearly indicate what went wrong and which steps were involved.
If the issue remains unclear
Return to the main log file and locate the reported working directory.
Explore that directory for more detailed logs.
For GROMACS simulations, check for
.logand.lisfiles in the specified directory.