Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Nov 25, 2024
1 parent 76bd38c commit 5a8e612
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ public void traverse() {
fullYngMap.get(location).putIfAbsent(ref, new HashMap<>());
fullYngMap.get(location).get(ref).put(alt, yng);
}
logger.info("Processed " + recordsProcessed + " filter set info records, dropped " + recordsDropped + ".");
processBytesScanned(reader);
}
}
Expand Down Expand Up @@ -1106,8 +1107,6 @@ private VariantIterables createVariantIterablesFromUnsortedBigQueryRanges(
vbs);

return new VariantIterables(sortedVet, sortedReferenceRange);

// createVariantsFromSortedRanges(sampleIdsToExtract, sortedVet, sortedReferenceRange, fullScoreMap, fullVQScoreMap, fullYngMap, samplePloidyMap, siteFilterMap, noVQScoreFilteringRequested);
}

//
Expand Down Expand Up @@ -1138,7 +1137,6 @@ private VariantIterables createVariantIterablesFromUnsortedExtractTableBigQueryR
localSortMaxRecordsInRam,
vbs);

// createVariantsFromSortedRanges(sampleIdsToExtract, sortedVet, sortedReferenceRange, fullScoreMap, fullVQScoreMap, fullYngMap, samplePloidyMap, siteFilterMap, noVQScoreFilteringRequested);
return new VariantIterables(sortedVet, sortedReferenceRange);
}

Expand Down Expand Up @@ -1224,8 +1222,6 @@ private VariantIterables createVariantsIterablesFromUnsortedAvroRanges(
sortedReferenceRange = localSortedReferenceRange;
}

// createVariantsFromSortedRanges(sampleIdsToExtract, sortedVet, sortedReferenceRange, fullScoreMap, fullVQScoreMap, fullYngMap, samplePloidyMap, siteFilterMap, noVQScoreFilteringRequested);

return new VariantIterables(sortedVet, sortedReferenceRange);
}

Expand Down

0 comments on commit 5a8e612

Please sign in to comment.