Skip to content

Commit

Permalink
Initializing use_human variable in guessprotocol.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chloelyc authored Aug 30, 2024
1 parent f75ae76 commit facf274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/guessprotocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ main_guessprotocol(int argc, const char **argv) {
constexpr auto description = "guess bisulfite protocol for a library";

bool verbose = false;
bool use_human;
bool use_human = false;
string outfile;
size_t reads_to_check = 1000000;
size_t name_suffix_len = 0;
Expand Down

0 comments on commit facf274

Please sign in to comment.