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.
AUTHOR
Robert Buels <rmb32@cornell.edu>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.