The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

gff3_insert_sync_directives - efficiently insert sync (###) directives into GFF3, printing to stdout

USAGE

    gff3_insert_sync_directives file file ... > with_syncs.gff3

Note: because GFF3 is read in reverse order, cannot operate on streamed input. So no stdin, sorry.

Options

-i

Instead of printing to standard output, modify each file in-place. Similar to perl's -i switch.

AUTHOR

Robert Buels <rmb32@cornell.edu>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Robert Buels.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.