Skip to content

Commit 5c271e6

Browse files
committed
Update _ambiguous_type_genome.html.erb
1 parent 2749e47 commit 5c271e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/registers/curation_genomics/_ambiguous_type_genome.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<th>Name &amp; Type</th>
66
<th>Check</th>
77
<th>Discrepancies</th>
8-
<th>MiGA Distances</th>
9-
<th>MiGA Taxonomy</th>
8+
<th>MiGA Distances, AAI</th>
9+
<th>MiGA Taxonomy, AAI</th>
1010
</tr>
1111
</thead>
1212
<tbody>
@@ -35,12 +35,12 @@
3535
</td>
3636
<td>
3737
<% cr = genome.miga_object&.closest_relatives(3, false, :aai) || [] %>
38-
<% cr.each { |rel| %>AAI to <%= rel[0] %>: <%= rel[1] %>%<br/><% } %>
38+
<% cr.each { |rel| %><%= rel[0] %>: <%= rel[1] %>%<br/><% } %>
3939
</td>
4040
<td>
4141
<%= (genome.miga_object&.metadata || {})[:tax] %><hr/>
4242
<% cr = genome.miga_object&.closest_relatives(3, true, :aai) || [] %>
43-
<% cr.each { |rel| %>AAI to <%= rel[0] %>: <%= rel[1] %>%<br/><% } %>
43+
<% cr.each { |rel| %><%= rel[0] %>: <%= rel[1] %>%<br/><% } %>
4444
</td>
4545
</tr>
4646
<% end %>

0 commit comments

Comments
 (0)