Skip to content

Instantly share code, notes, and snippets.

@dbolser
Created March 25, 2011 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbolser/887301 to your computer and use it in GitHub Desktop.
Save dbolser/887301 to your computer and use it in GitHub Desktop.
Line 1604 of /homes/dbolser/perl5/lib/perl5/Bio/DB/SeqFeature/Store/DBI/mysql.pm
print Dumper $self if !defined $source_tag; exit;
Gives:
$VAR1 = bless( {
'dumpdir' => '/tmp',
'settings_cache' => {
'serializer' => 'Storable',
'compress' => '1',
'autoindex' => '1',
'index_subfeatures' => '1'
},
'namespace' => undef,
'seqfeatureclass' => 'Bio::DB::SeqFeature',
'writeable' => undef,
'is_temp' => undef,
'dbh' => bless( {}, 'DBI::db' )
}, 'Bio::DB::SeqFeature::Store::DBI::mysql' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment