From 93f4532a1217cb717b6318fc04aa013eca22f82f Mon Sep 17 00:00:00 2001
From: Arnaud Kerhornou <arnaud@ebi.ac.uk>
Date: Wed, 3 Oct 2012 14:28:32 +0000
Subject: [PATCH] Added PhytozomeGmax_GENE and PGSC_GENE to the list of
 external_db entries to set the gene display ids and descriptions

---
 misc-scripts/xref_mapping/XrefMapper/eukaryota.pm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm b/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm
index 5819eb68f9..fa80ea9479 100644
--- a/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm
@@ -41,6 +41,8 @@ sub transcript_display_xref_sources {
                  PGD_GENE
                  Mycgr3_jgi_v2.0_gene
                  BROAD_Magnaporthe_DB
+                 PGSC
+                 PHYTOZOME_GMAX_GENE
                );
     
     my %ignore;
@@ -91,6 +93,8 @@ sub gene_description_sources {
 	  "phatr_jgi_v2_bd",
           "PGD_GENE",
           "BROAD_Magnaporthe_DB",
+          "PGSC",
+          "PHYTOZOME_GMAX_GENE",
           "RFAM",
           "TRNASCAN_SE",
           "RNAMMER",
-- 
GitLab