Skip to content
Snippets Groups Projects
Commit af755f70 authored by Arnaud Kerhornou's avatar Arnaud Kerhornou
Browse files

Updated logic_name XrefExeonerateProtein and XrefExeonerateDNA to all lower...

Updated logic_name XrefExeonerateProtein and XrefExeonerateDNA to all lower cases to match the production database
parent 00cd63f4
No related merge requests found
......@@ -841,9 +841,9 @@ WEL
sub get_analysis{
my $self = shift;
my %typeToLogicName = ( 'Gene' => 'XrefExonerateDNA',
'Transcript' => 'XrefExonerateDNA',
'Translation' => 'XrefExonerateProtein');
my %typeToLogicName = ( 'Gene' => 'xrefexoneratedna',
'Transcript' => 'xrefexoneratedna',
'Translation' => 'xrefexonerateprotein');
my %analysis_id;
foreach my $key (qw(Gene Transcript Translation)){
my $logic_name = $typeToLogicName{$key};
......
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