extended paramters to ->fetch() method to allow specifying default type.
If type is defined in url string, that will take precedence. Bio::EnsEMBL::Hive::URLFactory->fetch($url, 'compara'); #defaults to compara DBA Bio::EnsEMBL::Hive::URLFactory->fetch($url); #defaults to hive DBA
Please register or sign in to comment