populationgenomics / images

Reusable single-software docker images
MIT License
1 stars 1 forks source link

Workaround for GATK-SV annotation bug #137

Closed MattWellie closed 6 months ago

MattWellie commented 6 months ago

See https://github.com/broadinstitute/gatk-sv/pull/661 for context

This script takes the image version we are already using, copies a new version of this problem script into the image, and keeps all other content the same. The intention is that we can use this image in the gCNV pipeline to overcome this issue in the short term, and revert back once a fix is available at source.

The one functional change in this script is the addition of a round call when grabbing the Male and Female ANs. There are a couple of additional changes to suppress linting errors.

Screenshot 2024-04-08 at 11 55 43 AM