diff --git a/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm b/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm index 530d5ccae5b98947551402510e5bc6d5919c6bfb..4edf22e9b1ea8cccd67f6eacf4e967559d193887 100644 --- a/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm +++ b/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm @@ -268,6 +268,9 @@ sub create_xrefs { } if ($dep =~ /^DR\s+(.+)/) { my ($source, $acc, @extra) = split /;\s*/, $1; + if($source =~ "RGD"){ #using RGD file now instead. + next; + } if (exists $dependent_sources{$source} ) { # create dependent xref structure & store it my %dep;