#gene #gff #hts

app gffkit

gffkit: A simple program for gff3 file manipulation

1 unstable release

0.1.1 Aug 17, 2023

#243 in Biology

GPL-3.0 license

19KB
86 lines

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

Dependencies

~4.5MB
~77K SLoC