Module Biocaml_chr.Error (.ml)

module Error: 
sig
type t = [ `chromosome_ambiguous_in_roman_form of string ] 
Possible errors:

  • `chromosome_ambiguous_in_roman_form chr - chr's Roman representation is ambiguous, e.g. "chr10" and "chrX" both lead to "X"

end