We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb75cf commit 37b7b7bCopy full SHA for 37b7b7b
src/SplitCode.h
@@ -4979,7 +4979,7 @@ struct SplitCode {
4979
std::vector<placement_struct> placement_vec;
4980
std::string from_header_str;
4981
4982
- std::vector<std::unordered_set<size_t>> k_expansions; // Keeps track of all possible substring/k-mer lengths for each file (file number is the index)
+ std::vector<std::set<size_t>> k_expansions; // Keeps track of all possible substring/k-mer lengths for each file (file number is the index)
4983
4984
bool init;
4985
bool discard_check;
0 commit comments