From 35761621cb2f7f9f8b585d00233788b99d08ede3 Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Thu, 7 Apr 2011 13:22:03 +0000
Subject: [PATCH] Added EXP (Inferred from Experiment) to list of evidence
 codes projected.

---
 misc-scripts/xref_projection/project_display_xrefs.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc-scripts/xref_projection/project_display_xrefs.pl b/misc-scripts/xref_projection/project_display_xrefs.pl
index 78e1977157..80165a727e 100644
--- a/misc-scripts/xref_projection/project_display_xrefs.pl
+++ b/misc-scripts/xref_projection/project_display_xrefs.pl
@@ -59,7 +59,8 @@ if (!$conf && !$registryconf && !$delete_only) {
 } elsif (!@to_multi) {
 
   print STDERR "At least one target species must be supplied via the -to argument\n";
-  usage();
+  usage();es
+
   exit(1);
 
 } elsif (!$release && !$no_database) {
@@ -85,7 +86,7 @@ if ($one_to_many) {
 }
 
 # only these evidence codes will be considered for GO term projection
-my @evidence_codes = ( "IDA", "IEP", "IGI", "IMP", "IPI" );
+my @evidence_codes = ( "IDA", "IEP", "IGI", "IMP", "IPI", "EXP" );
 
 #  IC Inferred by curator
 #  IDA Inferred from direct assay
-- 
GitLab