Index: trunk/ippTasks/warp.pro
===================================================================
--- trunk/ippTasks/warp.pro	(revision 19559)
+++ trunk/ippTasks/warp.pro	(revision 20932)
@@ -265,4 +265,5 @@
     book setword warpPendingSkyCell $pageName pantaskState RUN
     book getword warpPendingSkyCell $pageName warp_id -var WARP_ID
+    book getword warpPendingSkyCell $pageName warp_skyfile_id -var WARP_SKYFILE_ID
     book getword warpPendingSkyCell $pageName skycell_id -var SKYCELL_ID
     book getword warpPendingSkyCell $pageName camera -var CAMERA
@@ -284,5 +285,5 @@
     stderr $LOGDIR/warp.skycell.log
 
-    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE
+    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE
     add_standard_args run
 
