Skip to content
Snippets Groups Projects
Commit fd7a2842 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

don't parse ArrayExpress xrefs

parent ed8df18a
No related branches found
No related tags found
No related merge requests found
......@@ -453,6 +453,10 @@ sub create_xrefs {
#we don't want to parse Orphanet xrefs via Uniprot, we get them from Orphanet with descriptions
next;
}
if($source =~ "ArrayExpress"){
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