🦀 a simple program for fastq file manipulation
bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```bash cargo install fqkit
git clone https://github.com/sharkLoc/fqkit.git cd fqkit cargo b --release
```
```bash fqkit: a simple program for fastq file manipulation
Usage: fqkit
Commands: subfq subsample sequences from big fastq file stats summary for fastq format file plot line plot for fastq quaility stats fq2fa translate fastq to fasta barcode split barcode for PE reads remove remove reads by read name help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help information -V, --version Print version information
```