gatk
gatk copied to clipboard
Refactoring a confusing method in GATKVariantContextUtils
baking a null check into isInformative since it's always used with the check separating all cases out and reducing nesting of ifs
@jamesemery @droazen I found that method pretty confusing so I did som rearrangments. The method I extracted probably needs a new name.