Skip to content

Release v71.1.4

Choose a tag to compare

@clingen-sthlm clingen-sthlm released this 18 Jun 07:28

Create ticket inbox before rsync job (#4446)(patch)

Added

  • _create_inbox job creates the directory using mkdir -p which will not fail should the directory already exist
  • <CASE_ID>_rsync job depends on the above job using the sbatch parameter --dependency=afterok:<JOB_ID> and so will not run before it's completed.

Changed

If the optional header --exclude is not included there will no longer be an empty #SBATCH header

Fixed

This will mean that the directory already exists when rsync runs and hopefully there will not be any more race conditions when running those jobs.