Skip to content

Commit

Permalink
fix collectReads parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yqiu committed Nov 14, 2019
1 parent 2ac0d0b commit fd21ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_analysis/HtsSeekingSampleAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ SampleFindings htsSeekingSampleAnalysis(
std::vector<RegionDepthInfo> normDepthInfo;
for (RegionInfo regionInfo : normRegionInfo)
{
ReadPairs readPairs = collectReads({ regionInfo.region }, HtsFileSeeker, mateExtractor);
ReadPairs readPairs = collectReads({ regionInfo.region }, htsFileSeeker, mateExtractor);

for (const auto& fragmentIdAndReadPair : readPairs)
{
Expand Down

0 comments on commit fd21ada

Please # to comment.