Skip to content
Snippets Groups Projects
Commit 4fb1b0ec authored by Magali Ruffier's avatar Magali Ruffier
Browse files

add dna db for rnaseq databases

fix by st3
parent c4d4aab3
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,9 @@ sub gen_load {
} elsif ( $dba->group eq "otherfeatures" ) {
$config_sub =
\&Bio::EnsEMBL::Utils::ConfigRegistry::load_otherfeatures;
} elsif ( $dba->group eq "rnaseq" ) {
$config_sub =
\&Bio::EnsEMBL::Utils::ConfigRegistry::load_rnaseq;
} elsif ( $dba->group eq 'vega' || $dba->group eq 'vega_update' ) {
$config_sub = \&Bio::EnsEMBL::Utils::ConfigRegistry::load_vega;
} else {
......@@ -308,6 +311,8 @@ sub load_funcgen { load_and_attach_dnadb_to_core(@_) }
=cut
sub load_otherfeatures { load_and_attach_dnadb_to_core(@_) }
sub load_rnaseq { load_and_attach_dnadb_to_core(@_) }
=head2 load_vega
Arg [1] : DBAdaptor with DBConnection already attached
Returntype : DBAdaptor
......
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