package bio_io
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A library for reading and writing common file formats used in bioinformatics like FASTA files
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.5.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=6cc64d38a9cba13754cae52db1ade85d
    
    
  sha512=5008a30225ec306378e282dab2c00d545949be0e778e4b352c5e29012e08f88acef4ed75cf03a55276b657a057355399be3a55ea77d58231a03efc66a03a8b13
    
    
  doc/CHANGELOG.html
Unreleased
0.5.1 (2022-07-13)
- Fixed issue with project not building under Dune release profile
 - Updated OCaml lower bounds in 
bio_io-dev.opam 
0.5.0 (2022-07-13)
Added
- Add 
Btab_queriesmodule to process Btab files query-by-query rather than hit-by-hit 
Changed
Delimited parsing
- Change record names in the 
Btabmodule (breaking change) Btab.Record.tis now abstract (breaking change)- No 
sexpfunctions onBtab.Record.t(breaking change) - Drop the 
Mmseqsmodule (breaking change) - Speed up Btab module
 
Other
- Drop 
core_kernelfrom the tests, addbase_quickcheckinstead - Drop 
bisect_ppx,core, andcore_benchfromopamfile. These are now in thebio_io-dev.opamfile. - Drop 
re2in favor ofre - Update 
duneto3.2 - Update Jane Street libraries to 
v0.15 - Update 
ocamlformatto0.22.4 
0.4.0 (2021-12-19)
Fixed
- [Fasta.In_channel] can now read from fifos...e.g., you can pipe the output of 
gunzip -cdirectly into a program using the fasta parser and it will be okay. 
Added
- Added modules for MMseqs2 and BLAST (e.g., BLAST 6 tab-delimited output)
 - Added a couple of example programs in the 
examplesdirectory 
Changed
Fasta_in_channelis nowFasta.In_channel(breaking change)Fasta_recordis nowFasta.Record(breaking change)- Various non-breaking changes
 
0.3.0 (2021-09-26)
- Add 
Cigarmodule for parsing CIGAR strings. 
0.2.1 (2021-09-12)
- Specify 
ppx_expectandppx_inline_testas test dependencies rather than dev dependencies. 
0.2.0 (2021-09-11)
- Require 
Baserather thanCore_kernel - Add 
seq_lengthandto_string_nlfunctions toFasta_recordmodule 
0.1.2 (2021-08-04)
- Added some benchmarks.
 - Sped up fasta parsing.
 
0.1.1 (2021-05-15)
- Fixed the OCaml min. dependency to 4.08.
 - Fixed the lint errors in the opam-ci
 
0.1.0 (2021-05-14)
Initial release!
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page