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

use correct source or web will not recognise it

parent d5b9c845
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ sub run {
print "removing $swiss_ref -> $gene : ";
}
if($create){
XrefParser::BaseParser->add_to_xrefs($swiss_xref,$transcript,'',$transcript,"","",$source_id,$species_id);
XrefParser::BaseParser->add_to_xrefs($swiss_xref,$transcript,'',$transcript,"","",$worm_source_id,$species_id);
print "adding $swiss_ref -> $transcript\n";
}
......
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