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

match only translation for hugo until mart can handle translations and...

match only translation for hugo until mart can handle translations and transcripts. Transcript code commented out for now
parent 94499cb2
No related branches found
No related tags found
No related merge requests found
......@@ -87,17 +87,17 @@ sub run {
# print "$array[1]\tSPTR\t$hgnc\tHUGO\t$hugo_id{$hgnc}\t$hugo_syn{$hgnc}\tXREF\n";
}
if ($array[2]) {
my $master = $refseq{$array[2]};
my $dep = $hugo{$hgnc};
if(!defined($master) or !defined($dep)){
$mismatch++;
}
else{
XrefParser::BaseParser->add_to_xrefs($master,$hgnc,'',$hugo{$hgnc},"","",$source_id,$species_id);
$count++;
}
}
# if ($array[2]) {
# my $master = $refseq{$array[2]};
# my $dep = $hugo{$hgnc};
# if(!defined($master) or !defined($dep)){
# $mismatch++;
# }
# else{
# XrefParser::BaseParser->add_to_xrefs($master,$hgnc,'',$hugo{$hgnc},"","",$source_id,$species_id);
# $count++;
# }
# }
}
close (ENS1);
print "\t$count xrefs succesfully loaded\n";
......
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