let item_to_line (n, l, h, r) = Biocaml_table.Row.to_line ~sep:"\t" (Array.append [| `string n; `int l; `int h |] r)