gatk icon indicating copy to clipboard operation
gatk copied to clipboard

Refactoring a confusing method in GATKVariantContextUtils

Open lbergelson opened this issue 1 year ago • 1 comments

baking a null check into isInformative since it's always used with the check separating all cases out and reducing nesting of ifs

lbergelson avatar Feb 13 '24 21:02 lbergelson

@jamesemery @droazen I found that method pretty confusing so I did som rearrangments. The method I extracted probably needs a new name.

lbergelson avatar Feb 13 '24 21:02 lbergelson