You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error in the above line. "Empty" gets saved to ../workflow/ligand-collection/current/${VF_QUEUE_NO}, which is not getting checked by template1.slurm.sh (and probably others, too). Instead, the actually existing file still contains a collection, which is why a new job is getting submitted - doing nothing.
VFLP/tools/templates/one-queue.sh
Line 388 in 62b6bfe
There is an error in the above line. "Empty" gets saved to
../workflow/ligand-collection/current/${VF_QUEUE_NO}
, which is not getting checked by template1.slurm.sh (and probably others, too). Instead, the actually existing file still contains a collection, which is why a new job is getting submitted - doing nothing.This line should get replaced with:
The text was updated successfully, but these errors were encountered: