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

do NOT get UCSC or IPI info form Uniprot. These have their own files

parent 3fda1dfa
No related branches found
No related tags found
No related merge requests found
......@@ -482,6 +482,12 @@ sub create_xrefs {
if($source =~ "RGD"){ #using RGD file now instead.
next;
}
if($source =~ "IPI"){
next;
}
if($source =~ "UCSC"){
next;
}
if (exists $dependent_sources{$source} ) {
# create dependent xref structure & store it
my %dep;
......
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