Skip to content
Snippets Groups Projects
Commit 820cbb69 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

stop loading random sources as dependent xrefs because it happens to exist somewhere else!

GenomeRNAi is a fly source, should not be parsed in any other species, just because Uniprot mentioned it exists
parent 6f2869b3
No related branches found
No related tags found
No related merge requests found
......@@ -412,6 +412,9 @@ sub create_xrefs {
if($source =~ "ArrayExpress"){
next;
}
if($source =~ "GenomeRNAi"){
next;
}
if (exists $dependent_sources{$source} ) {
# create dependent xref structure & store it
......
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