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