Skip to content

Commit

Permalink
log the max mapping length to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
ASLeonard authored Sep 6, 2024
1 parent 081671c commit c48e848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/include/parseCmdArgs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ sequences shorter than segment length will be ignored", ArgvParser::OptionRequir

}
std::cerr << "[mashmap] Chaining gap max = " << parameters.chain_gap << std::endl;
std::cerr << "[mashmap] Max mapping length = " << parameters.max_mapping_length << std::endl;
std::cerr << "[mashmap] Mappings per segment = " << parameters.numMappingsForSegment << std::endl;
std::cerr << "[mashmap] Percentage identity threshold = " << 100 * parameters.percentageIdentity << "\%" << std::endl;

Expand Down

0 comments on commit c48e848

Please sign in to comment.