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

Changes for version 1.62

  • 1. **NOTE** Redid the automatic accessors. There is now always an implicit move to the *right* of a tag when you fetch it as a method. Use $object->Tag(0) to get the old default behavior. Be warned, you used to have to do this to get to the object to the right of the Sequence tag $sequence = $clone->Sequence->right You now only have to do this: $sequence = $clone->Sequence 2. Removed some uninitialized variable warnings from Ace::Sequence

Modules

Ace
Object-Oriented Access to ACEDB Databases
Iterate Across an ACEDB Query
use giface, tace or gifaceclient to open a local connection to an Ace database
Get information about AceDB models
Manipulate Ace Data Objects
Examine ACeDB Sequence Objects
Examine Sequence Feature Tables
Lightweight Access to Features
Temporary Sequence Homology Class
Combine Feature Tables from Multiple Databases

Provides

in GFF/Filehandle.pm