gffencode - Encodes text version of gff back to binary gff
gffencode [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--filenames|-f] [--separator|-s separator] [--output|-o output_filename] filename ...
gffencode --help
gffencode takes the output of gffprint(1)
and converts it back to
the binary gff. The gffprint(1)
output should be generated with -t
option so that it has all the internal type information. If -f is
given then it reads the output of gffprint(1)
with -b or -f, and
uses the file names of the original gff file. This can be used to
change lot of files. If no output file is given then the TemplateResRef
of the file is used.
gffprint(1)
-b or gffprint(1)
-f output.
gffprint -t foo.git > file; emacs file; gffencode -o foo.git file gffprint -b -t *.git | sed 's/foo/bar/g' | gffencode -f
gffprint(1), gffmodify(1), Gff(3), and GffWrite(3).
Tero Kivinen <kivinen@iki.fi>.
This program appeared as a pair to the gffprint(1)
after we needed to
change a tags of all items in the given area (several hundred cases).