fqkit

🦀 a simple program for fastq file manipulation

install

```bash git clone https://github.com/sharkLoc/fqkit.git cd fqkit cargo b --release

mv target/release/fqkit to anywhere you want

```

usage

```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 help Print this message or the help of the given subcommand(s)

Options: -h, --help Print help information -V, --version Print version information

```