Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 628 Bytes

File metadata and controls

36 lines (25 loc) · 628 Bytes

Purpose

Be a part of everyday helper. eg. replace repeatly typing (wc -l / 4)

Installation

Prerequisites

Install

git clone <this-repo-url>
cd <repo-name>
cargo install --path .

This will build the project in release mode and install the binary into your Cargo bin directory (usually ~/.cargo/bin).

Make sure that directory is in your $PATH, most of the time it is.

Usage

fq ${FASTQ/FASTQ.GZ}
fq  ~/Downloads/test.fastq
Total reads : 25
Total bases : 28421
Mean length : 1136
Median lens : 813
GC%         : 44.00%