Index: trunk/ippScripts/scripts/receive_file.pl
===================================================================
--- trunk/ippScripts/scripts/receive_file.pl	(revision 27718)
+++ trunk/ippScripts/scripts/receive_file.pl	(revision 28893)
@@ -183,4 +183,7 @@
         $stage = 'raw';
         $comp_name = 'class_id';
+    } elsif ($runType eq 'chipBackgroundRun') {
+        $stage = 'chip_bg';
+        $comp_name = 'class_id';
     } elsif ($runType eq 'chipRun') {
         $stage = 'chip';
@@ -195,4 +198,7 @@
     } elsif ($runType eq 'warpRun') {
         $stage = 'warp';
+        $comp_name = 'skycell_id';
+    } elsif ($runType eq 'warpBackgroundRun') {
+        $stage = 'warp_bg';
         $comp_name = 'skycell_id';
     } elsif ($runType eq 'diffRun') {
