Crates.io | entab |
lib.rs | entab |
version | 0.3.3 |
source | src |
created_at | 2020-07-07 01:48:57.407283 |
updated_at | 2024-06-28 04:39:06.920473 |
description | Record-format file reader |
homepage | |
repository | https://github.com/bovee/entab |
max_upload_size | |
id | 262150 |
size | 12,409,362 |
This is the main file parsing library and includes support for compression/ decompression, file type inference, and parsers for different file types.
To parse the IDs out of a FASTA file:
//! use std::fs::File;
//! use entab::readers::fasta::{FastaReader, FastaRecord};
//!
//! let file = File::open("./tests/data/sequence.fasta")?;
//! let mut reader = FastaReader::new(file, None)?;
//! while let Some(FastaRecord { id, .. }) = reader.next()? {
//! println!("{}", id);
//! }
Aston - Python - Agilent Chemstation & Masshunter/Thermo DXF/Inficon/etc Chromatography Toolbox - Matlab - Agilent/Thermo/NetCDF/mzXML Isoreader - R - Isodat Unfinnigan - Perl/Python - Thermo RAW seqio - Rust - FASTX
Please let me know if there are others that you find useful that should be added to this list.