broadinstitute / gatk-sv

A structural variation pipeline for short-read sequencing
BSD 3-Clause "New" or "Revised" License
170 stars 70 forks source link

Check for empty scatter in GenotypeDepthPart2 #607

Closed epiercehoffman closed 12 months ago

epiercehoffman commented 12 months ago

Updates

We observed an inconsistent but reoccurring issue in which GenotypeBatch.GenotypeDepthPart2 failed in Terra with the error message Workflow is making no progress but has the following unstarted job keys: [...]. This issue is sometimes solved by re-running the workflow, but not always. It appears to be a cromwell bug but we hypothesize that it is related to the empty scatter over variants <5kb in length. As a workaround, I added a check to see if there were variants <5kb before scattering.

Testing