module Bed: Biocaml_bedtype item = string * int * int * Biocaml_table.Row.t
type parsing_spec = [ `enforce of Biocaml_table.Row.t_type | `strings ]
module Error:sig..end
val item_of_line : how:parsing_spec ->
Biocaml_lines.item ->
(item, [> Error.parsing ]) Core.Result.tval item_to_line : item -> Biocaml_lines.item item.module Transform:sig..end
val item_of_sexp : Sexplib.Sexp.t -> item val sexp_of_item : item -> Sexplib.Sexp.tval parsing_spec_of_sexp : Sexplib.Sexp.t -> parsing_spec val parsing_spec_of_sexp__ : Sexplib.Sexp.t -> parsing_spec val sexp_of_parsing_spec : parsing_spec -> Sexplib.Sexp.twith sexp)item.Biocaml_transform.t-based parser, while providing the
format of the additional columns (default `strings).Biocaml_transform.t which "prints" BED data
(reminder: includes ends-of-line).