entab

This is the main file parsing library and includes support for compression/ decompression, file type inference, and parsers for different file types.

Usage

rust //! use std::fs::File; //! use entab::buffer::ReadBuffer; //! use entab::readers::fasta::{FastaReader, FastaRecord}; //! //! let file = Box::new(File::open("./tests/data/sequence.fasta")?); //! let buffer = ReadBuffer::new(file)?; //! let mut reader = FastaReader::new(buffer, ())?; //! while let Some(FastaRecord { id, .. }) = reader.next()? { //! println!("{}", id); //! }

Other Parsers

Aston - Python - Agilent Chemstation & Masshunter/Thermo DXF/Inficon/etc Chromatography Toolbox - Matlab - Agilent/Thermo/NetCDF/mzXML Isoreader - R - Isodat Unfinnigan - Perl/Python - Thermo RAW