e3c90a0c1514cc8f4e0bf17618fd2d2d06e235ef
hiram
  Mon May 2 10:16:21 2022 -0700
clean up loose ends no redmine

diff --git src/hg/utils/automation/doAugustus.pl src/hg/utils/automation/doAugustus.pl
index d9face2..6534100 100755
--- src/hg/utils/automation/doAugustus.pl
+++ src/hg/utils/automation/doAugustus.pl
@@ -367,30 +367,31 @@
 
   if (-e "$runDir/augustus.gtf.gz" ) {
     die "doCleanup: looks like this was run successfully already\n" .
       "(augustus.gtf.gz exists).  Investigate the run directory:\n" .
 	" $runDir/\n";
   }
   my $whatItDoes = "It cleans up or compresses intermediate files.";
   my $bossScript = newBash HgRemoteScript("$runDir/cleanup.bash", $workhorse,
 				      $runDir, $whatItDoes);
   $bossScript->add(<<_EOF_
 export db="$db"
 rm -fr $buildDir/fasta
 rm -fr $buildDir/run.augustus/err/
 rm -fr $buildDir/run.augustus/gtf/
 rm -f $buildDir/run.augustus/batch.bak
+rm -fr $buildDir/run.augustus/gtf
 rm -fr $buildDir/run.augustus/augErr
 rm -f $buildDir/\$db.augustus.bgp
 gzip $buildDir/\$db.augustus.gtf
 gzip $buildDir/\$db.augustus.gp
 gzip $buildDir/\$db.augustusGene.rna.fa
 gzip $buildDir/\$db.augustusGene.faa
 _EOF_
   );
   $bossScript->execute();
 } # doCleanup
 
 #########################################################################
 # main
 
 # Prevent "Suspended (tty input)" hanging: