rsomics-fasta-utils 0.1.2

FASTA utility toolkit — count, chroms, len, revcomp, rename, tab, wrap, unique, convert, and more
Documentation
pub mod chroms;
pub mod composition;
pub mod count;
pub mod dedup;
pub mod extract;
pub mod filter;
pub mod gc_content;
pub mod grep;
pub mod head;
pub mod kmers;
pub mod len;
pub mod rename;
pub mod revcomp;
pub mod sample;
pub mod shuffle;
pub mod sort;
pub mod split;
pub mod tab;
pub mod to_bed;
pub mod to_fastq;
pub mod unique;
pub mod upper;
pub mod window;
pub mod wrap;