Skip to content

Emptying current queue failes, leading to endless submission of new jobs #8

Description

@Vassyli

echo -n "" > ../workflow/ligand-collections/current/${VF_QUEUE_NO}

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:

            echo -n "" > ../workflow/ligand-collections/current/${VF_QUEUE_NO_1}/${VF_QUEUE_NO_2}/${VF_QUEUE_NO}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions