Skip to content

Commit

Permalink
chore: remove detailed statistics line
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Nov 5, 2024
1 parent a95273c commit 5e2e245
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/map/include/computeMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,12 +489,6 @@ namespace skch
total_query_length += idManager->getSequenceLength(idManager->getSequenceId(seqName));
}

std::cerr << "[wfmash::mashmap] "
<< "input queries = " << idManager->size()
<< ", total query bp = " << total_query_length
<< ", target prefix = " << target_prefix
<< ", target seqs = " << target_seq_count
<< ", total target bp = " << total_target_length << std::endl;

// Initialize atomic queues and flags
input_atomic_queue_t input_queue;
Expand Down

0 comments on commit 5e2e245

Please sign in to comment.