seqtk-rs 0.2.0

This is a sequence processing tool written in Rust for manipulating FASTA/FASTQ files. Pure rust version of seqtk.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod bed;
mod dna;
pub mod fqchk;
mod io_utils;
pub mod nc_comp;
mod record;
pub mod seq;
pub mod size;
mod stats;
pub mod sub_cli;
pub mod subsample;
pub mod trim;