Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 28145)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 28628)
@@ -277,5 +277,4 @@
     # if chipProcessedImfile.state is cleaned call check_states_chip
 
-    # need to code warptool -setskyfiletoupdate
     my $metadata = shift;
     my $whole_run = shift;  # if true queue entire run for update
@@ -287,5 +286,5 @@
     my $warp_id = $metadata->{warp_id};
     my $state = $metadata->{state};
-    if ($state =~ /error/) {
+    if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop')) {
         print STDERR "warpRun $warp_id has state $state faulting jobs\n";
         faultJobs('stop', undef, undef, $PSTAMP_GONE);
