Skip to content

Commit e228d93

Browse files
committed
Update _inconsistent_16s_assignment.erb
1 parent e036a7c commit e228d93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/views/registers/curation_genomics/_inconsistent_16s_assignment.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<ul>
5252
<% row.shift %>
5353
<% while (tax = row.shift(3)).any? %>
54+
<% break if tax[2].to_f < 0.5 %>
5455
<li>
5556
<% show_tax_string(tax[1] + ':' + tax[0]) %>
5657
<span class="text-muted">(<%= tax[2] %>)</span>

0 commit comments

Comments
 (0)