Skip to content

Commit

Permalink
Altered BioDBGFF test sequence so that all questions are issued durin…
Browse files Browse the repository at this point in the history
…g Makefile.PL; if user answers no defaults to in-memory version of Bio::DB::GFF (no database required)

svn path=/bioperl-live/trunk/; revision=3781
  • Loading branch information
lstein committed Mar 23, 2002
1 parent 2fe5787 commit 28cd266
Show file tree
Hide file tree
Showing 10 changed files with 593 additions and 269 deletions.
4 changes: 2 additions & 2 deletions Bio/DB/GFF/Adaptor/dbi.pm
Expand Up @@ -961,8 +961,8 @@ sub make_features_order_by_part {

=head2 make_features_by_name_where_part
Title : make_features_byname_where_part
Usage : $db->make_features_byname_where_part($class,$name)
Title : make_features_by_name_where_part
Usage : $db->make_features_by_name_where_part($class,$name)
Function: create the SQL fragment needed to select a feature by its group name & class
Returns : a SQL fragment and bind arguments
Args : class and name of the feature group
Expand Down
2 changes: 1 addition & 1 deletion Bio/DB/GFF/Adaptor/dbi/caching_handle.pm
Expand Up @@ -199,7 +199,7 @@ sub AUTOLOAD {
my($pack,$func_name) = $AUTOLOAD=~/(.+)::([^:]+)$/;
return if $func_name eq 'DESTROY';
my $self = shift;
if( defined $self->{dbh} ) {
if( defined $self->{dbh} ) {
$self->{dbh}->$func_name(@_);
}
}
Expand Down

0 comments on commit 28cd266

Please sign in to comment.