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.3.0.tar.gz
md5=7194e7c77796b1a0cf9cf1727a3d81a1
sha512=8ed1ee5856f61544b914e24ba6d6bd45c2bb656029a45e579c33a03666c453d3eee9a4170aeb025120fb14370ea678e5cfebcbfb3bb770be87480199b36cb742
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.
- Cigar: module for parsing CIGAR strings.
- Fasta_in_channel: an input channel for reading FASTA files
- Fasta_record: a record type for FASTA files