🦀 a simple program for fasta file manipulation
```bash cargo install fakit
git clone https://github.com/sharkLoc/fakit.git cd fakit cargo b --release
```
```bash fakit --help fakit: a simple program for fasta file manipulation
Usage: fakit
Commands: topn get first N records from fasta file fa2fq convert fasta to fastq file faidx crate index and random access to fasta files relen re-length fasta sequence rename rename sequence id in fasta file window stat dna fasta gc content by sliding windows search search subsequences/motifs from fasta file subfa subsample sequences from big fasta file split split fasta file by sequence id summ a simple summary for DNA fasta files help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help -V, --version Print version
```
* any bugs please report issues *💖