Skip to content

Commit

Permalink
Use defaults as in paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Mayer committed Aug 14, 2022
1 parent 124ea1c commit 481ac7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global-types-and-parameters_MitoGeneExtractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void read_and_init_parameters(int argc, char** argv)
cmd.add(include_D_Arg);

ValueArg<float> consensus_threshold_Arg("t", "consensus_threshold",
"This option modifies the consensus threshold. Default: 0.7 which corresponds to 70%.",
"This option modifies the consensus threshold. Default: 0.5 which corresponds to 50%.",
false, global_consensus_threshold, "float");
cmd.add(consensus_threshold_Arg);

Expand Down

0 comments on commit 481ac7f

Please sign in to comment.