minor update to comment in UG

This commit is contained in:
Ryan Poplin 2011-08-02 13:34:48 -04:00
parent 2ba57bb502
commit c0653514b3
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class UnifiedGenotyperEngine {
} }
if ( annotationEngine != null ) { if ( annotationEngine != null ) {
// 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; ReadBackedPileup pileup = null;
if (rawContext.hasExtendedEventPileup()) if (rawContext.hasExtendedEventPileup())
pileup = rawContext.getExtendedEventPileup(); pileup = rawContext.getExtendedEventPileup();