From 5c7874c181d4d1e2348ee8d1e58cbc74e45e0c97 Mon Sep 17 00:00:00 2001
From: Ian Longden <ianl@sanger.ac.uk>
Date: Tue, 29 Mar 2005 15:15:37 +0000
Subject: [PATCH] use correct source or web will not recognise it

---
 misc-scripts/xref_mapping/XrefParser/WormPepParser.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm b/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm
index 62596a5694..7fd11c1d57 100644
--- a/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm
@@ -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";
 	}
 	
-- 
GitLab