Skip to content
Snippets Groups Projects
Commit 5abd7fda authored by Ian Longden's avatar Ian Longden
Browse files

use Ens_%_transcript instead of ENST

parent ccf837c4
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ sub run_script {
my $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 e.db_name like "ENST" and x.dbprimary_acc like "ENST%"';
my $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 e.db_name like "Ens_%_transcript" and x.dbprimary_acc like "ENST%"';
my %trans_id_to_stable_id;
......
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