Skip to content

Commit 6fe256b

Browse files
committed
Update _inconsistent_16s_assignment.erb
1 parent cbd048e commit 6fe256b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/registers/curation_genomics/_inconsistent_16s_assignment.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.miga_object&.result(:ssu)
2929
&.file_path(:classification) %>
3030
<% if rdp_file %>
31-
<% Zlib::GzipReader.open(rdp_file) |fh| %>
31+
<% Zlib::GzipReader.open(rdp_file) do |fh| %>
3232
<% fh.each do |ln| %>
3333
<% next if ln =~ /^#/ %>
3434
<% row = ln.split("\t") %>

0 commit comments

Comments
 (0)