Skip to content

Commit 1cf4386

Browse files
committed
Update _inconsistent_16s_assignment.erb
1 parent 55a060b commit 1cf4386

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/views/registers/curation_genomics/_inconsistent_16s_assignment.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@
3535
<% row = ln.split("\t") %>
3636
<b><%= row.shift %></b>
3737
<ul>
38+
<% row.shift %>
3839
<% while (tax = row.shift(3)).any? %>
3940
<li>
40-
<%= tax[1] %>
41-
<span class="text-muted">(<%= tax[0] %>)</span>
41+
<%= tax[0] %>
42+
<span class="text-muted">(<%= tax[2] %>)</span>
4243
</li>
4344
<% end %>
4445
</ul>

0 commit comments

Comments
 (0)