Changeset 557
- Timestamp:
- 12/14/11 21:39:25 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbbuilder/src/org/bridgedb/extract/Ensembl_ETL_Device_v18_local.pl
r555 r557 1167 1167 $Ensembl{$count} = [$gene_stable_id, $gene_symbol, $gene_description, $gene_chr]; 1168 1168 #note: dummy subcount and subsubcount to support HoHoA sorting and parsing 1169 $Att ibutes{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]; 1170 1170 $Attributes{Ensembl}{$count.$dot.'1'.$dot.'2'} = [$gene_stable_id, mysql_quotes('En'), mysql_quotes('Description'), $gene_description]; 1171 1171 $Attributes{Ensembl}{$count.$dot.'1'.$dot.'3'} = [$gene_stable_id, mysql_quotes('En'), mysql_quotes('Chromosome'), $gene_chr];
