Index: branches/eam_branches/ipp-20110710/tools/runwarpskycell.pl
===================================================================
--- branches/eam_branches/ipp-20110710/tools/runwarpskycell.pl	(revision 31852)
+++ branches/eam_branches/ipp-20110710/tools/runwarpskycell.pl	(revision 32337)
@@ -17,4 +17,5 @@
 my $dbname = "gpc1";
 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps);
+my $zaplog;
 
 GetOptions(
@@ -23,4 +24,5 @@
     'threads=i'         => \$threads,
     'pretend'           => \$pretend,
+    'zaplog'            => \$zaplog,
     'redirect-output'   => \$redirect,
     'update'            => \$update,
@@ -83,5 +85,5 @@
 $command .= " --verbose" unless $no_verbose;
 $command .= " --dbname $dbname" if $dbname;
-
+$command .= " --zaplog" if $zaplog;
 
 if ($update) {
