package bio_io

  1. Overview
  2. Docs
A library for reading and writing common file formats used in bioinformatics like FASTA files

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=1ad5b1585a190ea0973e52526c3f60a6
sha512=9190ba4a5bf128a035adf71b7e4269314415946056b34cb799cdca26c0272d087bf109fdaf19b6962c78d5410a0361e046a9c28b5614502f3ff8f0764d89862d

doc/bio_io/Bio_io/Utils/index.html

Module Bio_io.UtilsSource

Sourceval try0 : (unit -> 'a) -> 'a Base.Or_error.t
Sourceval try1 : ('a -> 'b) -> 'a -> 'b Base.Or_error.t
Sourceval try1' : msg:string -> ('a -> 'b) -> 'a -> 'b Base.Or_error.t
Sourceval try_fold : ('a -> init:'b -> f:'c -> 'd) -> 'a -> init:'b -> f:'c -> 'd Base.Or_error.t
Sourceval try_map : ('a -> f:'b -> 'c) -> 'a -> f:'b -> 'c Base.Or_error.t
OCaml

Innovation. Community. Security.