Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 341 Bytes

fxtools

A collection of fasta/fastq related tools that I've needed to write.

Installation

# from crates.io
cargo install fxtools

# from github
git clone https://github.com/noamteyssier/fxtools
cd fxtools
cargo install --path .

Usage

Check out the documentation for usage.