Updating HaplotypeCaller's HMM calc to use GOP as a function of the read instead of a function of the haplotype in preparation for IQSR
This commit is contained in:
parent
2109122cdd
commit
4ed06801a7
|
|
@ -377,7 +377,6 @@ public class CountCovariatesWalker extends LocusWalker<CountCovariatesWalker.Cou
|
|||
RecalDataManager.computeCovariates( gatkRead, requestedCovariates ));
|
||||
}
|
||||
|
||||
|
||||
// Skip this position if base quality is zero
|
||||
if( gatkRead.getBaseQualities()[offset] > 0 ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue