Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
query : Base.string;
target : Base.string;
fident : Base.float;
alnlen : Base.int;
mismatch : Base.int;
gapopen : Base.int;
qstart : Base.int;
qend : Base.int;
tstart : Base.int;
tend : Base.int;
evalue : Base.float;
bits : Base.float;
}
As of this commit ae7398d65f0c273d3d2c71fcf9bbd96dac695904, mmseqs2 switches to fident
as the default rather than pident
.
val bits : t -> Base.float
val evalue : t -> Base.float
val fident : t -> Base.float
val target : t -> Base.string
val query : t -> Base.string
module Fields : sig ... end
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_string : Base.String.t -> t
val to_string : t -> Base.String.t