Skip to content

Commit

Permalink
[FIX,DOC] Fix warning output for differing kmer sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Oct 9, 2024
1 parent 35872da commit 2808593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chopper_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void validate_configuration(sharg::parser & parser,
"[WARNING] Given k-mer size (",
config.k,
") differs from k-mer size in the sketch file (",
config.k,
sketch_config.k,
"). The results may be suboptimal. If this was a conscious decision, you can ignore this warning.\n");
}
}
Expand Down

0 comments on commit 2808593

Please sign in to comment.