Skip to content
Snippets Groups Projects
Commit de17fc4a authored by Steve Trevanion's avatar Steve Trevanion
Browse files

vega logic_name is otter not havana

parent 16844fed
No related branches found
No related tags found
No related merge requests found
......@@ -243,10 +243,10 @@ foreach my $cdb (@$cdbs) {
### implements rule 5. ###
my $display_label = ($species eq 'homo_sapiens') ? 'Vega Havana gene' : 'Vega gene';
print "<$cdb> Updating display_label for logic_name havana to '$display_label'\n";
update_analysis($caa, 'havana', undef, $display_label);
print "<$cdb> Updating display_label for logic_name otter to '$display_label'\n";
update_analysis($caa, 'otter', undef, $display_label);
### implements rule 2. ans 3. ###
### implements rule 2. and 3. ###
(my $cdnadb = $cdb) =~ s/_core_/_cdna_/;
my $cdnadba = new Bio::EnsEMBL::DBSQL::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