biocaml.unix
Make.Gene_ref
biocaml.base
biocaml.ez
biocaml.lwt
type t = {
locus : string option;
allele : string option;
desc : string option;
maploc : string option;
pseudo : bool option;
db : Dbtag.t list;
}