From e09373529e100e8054ec4af20df01e0b108d8b39 Mon Sep 17 00:00:00 2001
From: Nathan Johnson <njohnson@ebi.ac.uk>
Date: Tue, 15 Apr 2008 11:01:44 +0000
Subject: [PATCH] tweaked table subset for probe mapping

---
 misc-scripts/CopyDBoverServer.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/misc-scripts/CopyDBoverServer.pl b/misc-scripts/CopyDBoverServer.pl
index 4d75d8eeab..a4a894a4d3 100755
--- a/misc-scripts/CopyDBoverServer.pl
+++ b/misc-scripts/CopyDBoverServer.pl
@@ -107,12 +107,12 @@ my %tables = (
 						'external_db', 'external_synonym', 'unmapped_reason', 'unmapped_object')],
 
 			  probe_mapping => [('oligo_array', 'oligo_probe', 'oligo_feature', 'coord_system', 
-								 'seq_region', 'assembly_exception', 'attrib_type', 'analysis',
+								 'seq_region', 'seq_region_attrib', 'assembly_exception', 'attrib_type', 'analysis',
 								 'exon', 'exon_stable_id', 'exon_transcript', 'assembly', 'dna',
-								 'analysis_description', 'transcript', 'transcript_stable_id', 
+								 'analysis_description', 'transcript', 'transcript_attrib', 'transcript_stable_id', 
 								 'translation', 'translation_stable_id', 'meta', 'meta_coord')],
 			  #translation & dna required for generating annotated UTRs
-			 );
+			  			 );
 
 #add xref tables to probe mapping tables
 push @{$tables{'probe_mapping'}}, @{$tables{'xref'}};
-- 
GitLab