Module Biokepi_bfx_tools.Stringtie.Configuration (.ml)

module Configuration: sig .. end

type t = {
   name : string;
   use_reference_gtf : bool;
}
val to_json : t -> Yojson.Basic.json
val default : t