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

those labelled as unnamed, use the accession instead

parent 4121009c
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@ sub run {
chomp;
my ($acc, $label, $desc, $stable_id) = split /\t/;
if($label eq "unnamed"){
$label = $acc;
}
XrefParser::BaseParser->add_to_direct_xrefs($stable_id,'gene', $acc, '', $label, $desc, "", $source_id, $species_id);
$count++;
}
......
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