lib/iroki/biom.rb in iroki-0.0.35 vs lib/iroki/biom.rb in iroki-0.0.36
- old
+ new
@@ -47,10 +47,11 @@
if lineno.zero?
first_line_count = the_counts.count
else
abort_unless first_line_count == the_counts.count,
- "Line number #{idx+1} (#{line.inspect}) in the " +
+ "Line number #{idx+1} (#{line.inspect}) " +
+ "in the " +
"biom file has #{the_counts.count} " +
"columns when it should have " +
"#{first_line_count} columns like the " +
"first row does."
end