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

ENSCORESW-1134: HGNC download file does not contain the version CCDS ids,...

ENSCORESW-1134: HGNC download file does not contain the version CCDS ids, fetch dbprimary_acc to match
parent 437c9c53
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ SQL
$sql = 'select ox.ensembl_id, x.display_label from object_xref ox, xref x, external_db e where x.xref_id = ox.xref_id and x.external_db_id = e.external_db_id and ox.ensembl_object_type = "Transcript" and e.db_name like "CCDS"';
$sql = 'select ox.ensembl_id, x.dbprimary_acc from object_xref ox, xref x, external_db e where x.xref_id = ox.xref_id and x.external_db_id = e.external_db_id and ox.ensembl_object_type = "Transcript" and e.db_name like "CCDS"';
my %ccds_to_stable_id;
$sth = $dbi2->prepare($sql);
......
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