logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::DB::GFF::Adaptor::ace -- ace interface (for multiple inheritance)

Author

       Lincoln Stein <lstein@cshl.org>.

       Copyright (c) 2002 Cold Spring Harbor Laboratory.

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

   freshen_ace
        Title   : freshen
        Usage   : $flag = Bio::DB::GFF->freshen_ace;
        Function: Refresh internal acedb handle
        Returns : flag if correctly freshened
        Args    : none
        Status  : Public

       ACeDB has an annoying way of timing out, leaving dangling database handles.  This method will invoke the
       ACeDB reopen() method, which causes dangling handles to be refreshed.  It has no effect if you are not
       using ACeDB to create ACeDB objects.

perl v5.30.0                                       2019-11-25                    Bio::DB::GFF::Adaptor::ace(3pm)

Name

       Bio::DB::GFF::Adaptor::ace -- ace interface (for multiple inheritance)

See Also

       Bio::DB::GFF, bioperl

Synopsis

       Pending

       See Bio::DB::GFF and Bio::DB::GFF::Adaptor::dbi::mysql

See Also