package biocaml

  1. Overview
  2. Docs
The OCaml Bioinformatics Library

Install

Dune Dependency

Authors

Maintainers

Sources

biocaml-0.11.2.tbz
sha256=fae219e66db06f81f3fd7d9e44717ccf2d6d85701adb12004ab4ae6d3359dd2d
sha512=f6abd60dac2e02777be81ce3b5acdc0db23b3fa06731f5b2d0b32e6ecc9305fe64f407bbd95a3a9488b14d0a7ac7c41c73a7e18c329a8f18febfc8fd50eccbc6

doc/biocaml.unix/Biocaml_unix/Gff/Error/index.html

Module Gff.ErrorSource

The errors of the Gff module.

Sourcetype parsing = [
  1. | `cannot_parse_float of Pos.t * string
  2. | `cannot_parse_int of Pos.t * string
  3. | `cannot_parse_strand of Pos.t * string
  4. | `cannot_parse_string of Pos.t * string
  5. | `empty_line of Pos.t
  6. | `incomplete_input of Pos.t * string list * string option
  7. | `wrong_attributes of Pos.t * string
  8. | `wrong_row of Pos.t * string
  9. | `wrong_url_escaping of Pos.t * string
]

The possible parsing errors.

Sourcetype t = parsing

The union of all the errors of this module.

Sourceval parsing_of_sexp : Sexplib.Sexp.t -> parsing
Sourceval sexp_of_parsing : parsing -> Sexplib.Sexp.t
Sourceval t_of_sexp : Sexplib.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.