/gffkit

gffkit:a simple program for gff3 file manipulation

Primary LanguageRustGNU General Public License v3.0GPL-3.0

gffkit

🦀 A simple program for gff3 file manipulation

install

git clone https://github.com/sharkLoc/gffkit.git
cd gffkit
cargo b --release
# mv target/release/gffkit to anywhere you want 

usage

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

Usage: gffkit <COMMAND>

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 **