minor update to comment in UG

This commit is contained in:
Ryan Poplin 2011-08-02 13:30:38 -04:00
parent e7b4959ebe
commit 38e4ae4176
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ public class UnifiedGenotyperEngine {
myAlleles, genotypes, phredScaledConfidence/10.0, passesCallThreshold(phredScaledConfidence) ? null : filter, attributes);
if ( annotationEngine != null ) {
// first off, we want to use the *unfiltered* and *unBAQed* context for the annotations
// Note: we want to use the *unfiltered* and *unBAQed* context for the annotations
ReadBackedPileup pileup = null;
if (rawContext.hasExtendedEventPileup())
pileup = rawContext.getExtendedEventPileup();