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.1.2.tar.gz
md5=561772cfc093c5070692fc8888539582
sha512=544309855972b100fe8fd3ca828757fa74204a8c9f2201e5b1985df558e2e8fc4bc86e87979b4c53db18929581043837c13c63c35a1ba9a112e905a01d4febc7

Description

Published: 05 Aug 2021

README

Bio_io

Bio_io is an OCaml library that provides programmatic access to common file formats used in bioinformatics like FASTA files.

License

Licensed under the Apache License, Version 2.0 or the MIT license, at your option. This program may not be copied, modified, or distributed except according to those terms.

Dependencies (4)

  1. ocaml >= "4.08.0"
  2. ppx_sexp_conv >= "v0.12" & < "v0.15"
  3. core_kernel >= "v0.12" & < "v0.15"
  4. dune >= "2.9"

Dev Dependencies (4)

  1. odoc with-doc
  2. core_bench >= "v0.12" & dev
  3. core >= "v0.12" & dev
  4. bisect_ppx dev

Used by

None

Conflicts

None