gffkit

🦀 A simple program for gff3 file manipulation

install

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

mv target/release/gffkit to anywhere you want

```

usage

```bash gffkit --help gffkit: A simple program for gff3 file manipulation

Usage: gffkit

Commands: query query feature info from GFF3 file help Print this message or the help of the given subcommand(s)

Options: -h, --help Print help (see more with '--help') -V, --version Print version ``` * any bugs please report issues *