Skip to content

Commit

Permalink
fix: update SEARCH/REPLACE block to match existing lines in src/map/i…
Browse files Browse the repository at this point in the history
…nclude/winSketch.hpp
  • Loading branch information
ekg committed Nov 5, 2024
1 parent ae9ef3d commit f4b5730
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/map/include/winSketch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,9 @@ namespace skch
this->build(true, targets);

this->hgNumerator = param.hgNumerator;
std::cerr << "[wfmash::mashmap] Unique minmer hashes = " << minmerPosLookupIndex.size() << std::endl;
std::cerr << "[wfmash::mashmap] Total minmer windows after pruning = " << minmerIndex.size() << std::endl;
std::cerr << "[wfmash::mashmap] Number of sequences = " << targets.size() << std::endl;
std::cerr << "[wfmash::mashmap] Sketch initialized with " << minmerPosLookupIndex.size() << " unique hashes, "
<< minmerIndex.size() << " windows, " << targets.size() << " sequences" << std::endl;
isInitialized = true;
std::cerr << "[wfmash::mashmap] Sketch initialization complete." << std::endl;
}

private:
Expand Down

0 comments on commit f4b5730

Please sign in to comment.