package bio_io
A library for reading and writing common file formats used in bioinformatics like FASTA files
Install
Dune Dependency
Authors
Maintainers
Sources
0.2.1.tar.gz
md5=d12adec17d0514b35ff786e858bc2b35
sha512=1824fdfd2e835907d73caab8f1e95deab8e8256eb5851d4a620ff0d76d2eb0c1fc75e5951d7646fcd23b936393010f558681a0f8f596514b8ea25b8bf0867298
doc/index.html
Bio_io
The full API is browsable here.
Bio_io
is an OCaml library that provides programmatic access to common file formats used in bioinformatics like FASTA files.
If you have any issues or find any bugs, open an issue on the GitHub page.
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.
Modules
These are the main modules of Bio_io
. API docs and examples can be found on the respective pages.
- Fasta_in_channel: an input channel for reading FASTA files
- Fasta_record: a record type for FASTA files