module Gene_ref: sig .. end
sig
end
type t = {
locus :string option;
string option
allele :string option;
desc :string option;
maploc :string option;
pseudo :bool option;
bool option
db :Biocaml_entrez.Make.Dbtag.t list;
Biocaml_entrez.Make.Dbtag.t list