This commit is contained in:
Ryan Poplin 2011-09-08 08:42:43 -04:00
parent 59841f8232
commit 29c968ab60
1 changed files with 0 additions and 1 deletions

View File

@ -749,7 +749,6 @@ public class UnifiedGenotyperEngine {
// search for usable record
for( final VariantContext vc_input : tracker.getValues(allelesBinding, loc) ) {
//System.out.println(vc_input);
if ( vc_input != null && ! vc_input.isFiltered() && (! requireSNP || vc_input.isSNP() )) {
if ( vc == null ) {
vc = vc_input;