Skip to content
Snippets Groups Projects
Commit 919c6516 authored by Nathan Johnson's avatar Nathan Johnson
Browse files

added a multispecies_db example to clear up confusion between is_multispecies...

added a multispecies_db example to clear up confusion between is_multispecies method an multispecies_db parameter
parent dff5a0ae
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,16 @@ my $reg = "Bio::EnsEMBL::Registry";
-dbname => 'pog',
-host => 'caldy',
-driver => 'mysql');
Exmaple3 : $db = new Bio::EnsEMBL::DBSQL::DBAdaptor(
-species => 'staphylococcus_aureus',
-group => 'core'
-user => 'root',
-dbname => 'staphylococcus_collection_1_52_1a',
-multispecies_db => 1,
-host => 'caldy',
-driver => 'mysql');
Description: Constructor for DBAdaptor.
Returntype : Bio::EnsEMBL::DBSQL::DBAdaptor
Exceptions : none
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment