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

ignore MGI starting with OTTMUSG as these should not be in the xrefs

parent 6151a899
No related branches found
No related tags found
No related merge requests found
......@@ -498,7 +498,7 @@ sub create_xrefs {
if($source =~ /MGI/){
$extra[0] =~ s/[.]$//;
if($extra[0] =~ /ENSMUSG/){
if($extra[0] =~ /ENSMUSG/ or $extra[0] =~ /OTTMUSG/ ){
next; # no extra info gained and it could now link to different MGI
}
$dep{LABEL} = $extra[0];
......
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