= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package biotk
-
biotk
-
-
biotk.pipes
-
biotk.pipes.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Biocaml_base.Gff.record = {
seqname : string;
source : string option;
feature : string option;
start_pos : int;
stop_pos : int;
score : float option;
strand : [ `Plus | `Minus | `Not_stranded | `Unknown ];
phase : int option;
attributes : (string * string list) list;
}
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val length : t -> int
val attribute_exn : t -> string -> string