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

tidy up

parent f9aa36e5
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,9 @@ sub run {
}
# my (%genbank) = %{XrefParser::BaseParser->get_valid_codes("EMBL",$species_id)};
my (%refseq) = %{XrefParser::BaseParser->get_valid_codes("refseq",$species_id)};
print STDERR "refseq->". %refseq."\n";
if(!open(RGD,"<".$file)){
print "ERROR: Could not open $file\n";
return 1;
......@@ -98,7 +95,7 @@ sub run {
}
}
if(!$done){
print STDERR "$rgd FAILED for $failed_list\n";
# print STDERR "$rgd FAILED for $failed_list\n";
$self->add_xref("RGD:".$rgd,"",$symbol,$name,$source_id,$species_id);
$mismatch++;
}
......
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