Expand description
Simple wrapper of file io
- Utils: File reading and writing, support gzip format compression, see
utilsmodule for an introduction
§install
To use seqio in your Rust project, run command blow
cargo add seqioOr add the following to your Cargo.toml
[dependencies]
seqio = "0.1.0"Now seqio modules can be used directly in your source code, for example:
use seqio::utils::*;
use seqio::fastq::fqreader;