package biotk

  1. Overview
  2. Docs
type t = {
  1. nb_reads : int;
}
val of_file : string -> t Core_kernel.Or_error.t