Changeset 557 for trunk

Show
Ignore:
Timestamp:
12/14/11 21:39:25 (5 months ago)
Author:
AlexanderPico
Message:

fixed typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dbbuilder/src/org/bridgedb/extract/Ensembl_ETL_Device_v18_local.pl

    r555 r557  
    11671167    $Ensembl{$count} = [$gene_stable_id, $gene_symbol, $gene_description, $gene_chr]; 
    11681168    #note: dummy subcount and subsubcount to support HoHoA sorting and parsing 
    1169     $Attibutes{Ensembl}{$count.$dot.'1'.$dot.'1'} = [$gene_stable_id, mysql_quotes('En'), mysql_quotes('Symbol'), $gene_symbol]; 
     1169    $Attributes{Ensembl}{$count.$dot.'1'.$dot.'1'} = [$gene_stable_id, mysql_quotes('En'), mysql_quotes('Symbol'), $gene_symbol]; 
    11701170    $Attributes{Ensembl}{$count.$dot.'1'.$dot.'2'} = [$gene_stable_id, mysql_quotes('En'), mysql_quotes('Description'), $gene_description]; 
    11711171    $Attributes{Ensembl}{$count.$dot.'1'.$dot.'3'} = [$gene_stable_id, mysql_quotes('En'), mysql_quotes('Chromosome'), $gene_chr];