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

Changes for version 1.7 - 2013-10-02

  • Added `max_lookback` method to Parser, allowing applications to set a maximum number of features to be stored in case they might be referenced by features coming later in the file. Can make it possible to parse GFF3 that does not contain enough '###' directives.

Documentation

make GFF3 from fasta sequences
efficiently insert sync (###) directives into GFF3, printing to stdout

Modules

fast, low-level functions for parsing and formatting GFF3
a fast, low-level gff3 parser
compatibility layer to support Bio::GFF3::LowLevel::Parser 1.0 API
make gff3 for the sequences in a fasta file
insert sync (###) directives into an existing GFF3 file. WARNING: this module does not really work in the general case, read the DESCRIPTION section below.