File tree Expand file tree Collapse file tree
app/views/registers/curation_genomics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < tr >
66 < th > Name, Type</ th >
77 < th > Checks</ th >
8+ < th > Reported Classification</ th >
89 < th > RDP Classification</ th >
910 </ tr >
1011 </ thead >
2223 ) %>
2324 <% end %>
2425 </ td >
26+ < td > <% name . lineage . map ( &:name ) . join ( ' > ' ) %> </ td >
2527 < td >
2628 <% if genome %>
27- <% rdp_file = genome
28- . miga_object &.result ( :ssu )
29- &.file_path ( :classification ) %>
29+ <% rdp_file =
30+ genome . miga_object &.result ( :ssu ) &.file_path ( :classification ) %>
3031 <% if rdp_file %>
3132 <% Zlib ::GzipReader . open ( rdp_file ) do |fh | %>
3233 <% fh . each do |ln | %>
3637 < ul >
3738 <% while ( tax = row . shift ( 3 ) ) . any? %>
3839 < li >
39- <%= tax [ 0 ] %>
40- < span class ="text-muted "> (<%= tax [ 2 ] %> )</ span >
40+ <%= tax [ 1 ] %>
41+ < span class ="text-muted "> (<%= tax [ 0 ] %> )</ span >
4142 </ li >
4243 <% end %>
4344 </ ul >
You can’t perform that action at this time.
0 commit comments