From 9873f458faf1ed4a3311390fc0d81a4af3da4c91 Mon Sep 17 00:00:00 2001
From: Arnaud Kerhornou <arnaud@ebi.ac.uk>
Date: Tue, 28 Jun 2011 13:05:21 +0000
Subject: [PATCH] Added RNAMMER and TRANSCAN_SE to the list of sources to move
 to the gene level

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

diff --git a/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm b/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
index e3204e4aaf..8ac2e6cda2 100644
--- a/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
@@ -2035,7 +2035,7 @@ INI
 sub get_gene_specific_list {
   my $self = shift;
 
-  my @list = qw(DBASS3 DBASS5 EntrezGene miRBase RFAM UniGene Uniprot_genename WikiGene MIM_GENE MIM_MORBID HGNC);
+  my @list = qw(DBASS3 DBASS5 EntrezGene miRBase RFAM TRNASCAN_SE RNAMMER UniGene Uniprot_genename WikiGene MIM_GENE MIM_MORBID HGNC);
 
   return @list;
 }
-- 
GitLab