Skip to content

Commit facf274

Browse files
authored
Initializing use_human variable in guessprotocol.cpp
1 parent f75ae76 commit facf274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/guessprotocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ main_guessprotocol(int argc, const char **argv) {
239239
constexpr auto description = "guess bisulfite protocol for a library";
240240

241241
bool verbose = false;
242-
bool use_human;
242+
bool use_human = false;
243243
string outfile;
244244
size_t reads_to_check = 1000000;
245245
size_t name_suffix_len = 0;

0 commit comments

Comments
 (0)