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

Vega now seems to have HGNC: before the accession now, so remove this in the parsing

parent 9dadec52
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@ sub run_script {
if(defined($ott_to_enst{$key} )){
my $hgnc = $ott_to_hgnc{$key};
$hgnc =~ s/HGNC://;
my $stable_id = $ott_to_enst{$key};
if(!defined($label{$hgnc})){
......
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