Skip to content

Commit

Permalink
Always show e-value filter in scientific notation
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Sep 15, 2015
1 parent ebb2e2f commit d4b5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/blasthitfiltersdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ QString BlastHitFiltersDialog::getFilterText()
{
if (filterText.length() > 0)
filterText += ", ";
filterText += "e-value: " + g_settings->blastEValueFilterValue.asString(false);
filterText += "e-value: " + g_settings->blastEValueFilterValue.asString(true);
}
if (g_settings->blastBitScoreFilterOn)
{
Expand Down

0 comments on commit d4b5f73

Please sign in to comment.