package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Biotk.FastqSource

Sourcetype item = {
  1. description : string;
  2. sequence : string;
  3. comment : string;
  4. quality : string;
}
Sourceval sexp_of_item : item -> Sexplib0.Sexp.t
Sourceval item_of_sexp : Sexplib0.Sexp.t -> item
Sourcetype parsing_error = [
  1. | `Malformed_line of int * string
  2. | `Unexpected_EOF
]
Sourceval sexp_of_parsing_error : parsing_error -> Sexplib0.Sexp.t
Sourceval parsing_error_of_sexp : Sexplib0.Sexp.t -> parsing_error
Sourceval __parsing_error_of_sexp__ : Sexplib0.Sexp.t -> parsing_error
Sourceval fold_file : string -> init:'a -> f:('a -> item -> ('a, 'b) Core.result) -> ('a, [> parsing_error ] as 'b) Core.result
Sourcemodule Stats : sig ... end
OCaml

Innovation. Community. Security.