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

v0.1.1.tar.gz
md5=c23adc905dfb7eb2157a4418a20553f5
sha512=19de9e409154dbace9b428e71953b65f0060081c4fcd07d1ed7fff7e96c8c1274a09fdd8c6e96049da891748055689bb591d957ba3a4717da58e520f0d14d8bd

Description

Published: 16 May 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.07.0"
  2. ppx_sexp_conv >= "v0.12" & < "v0.15"
  3. core_kernel >= "v0.12" & < "v0.15"
  4. dune >= "2.8"

Dev Dependencies (3)

  1. odoc with-doc
  2. ocaml >= "4.08.0" & with-test
  3. bisect_ppx dev

Used by

None

Conflicts

None