src/hg/utils/automation/doHgNearBlastp.pl 1.10

1.10 2009/07/17 17:34:17 angie
Copy-paste error noticed by Brian in code review, thanks!
Index: src/hg/utils/automation/doHgNearBlastp.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/doHgNearBlastp.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/hg/utils/automation/doHgNearBlastp.pl	9 Jul 2009 23:17:51 -0000	1.9
+++ src/hg/utils/automation/doHgNearBlastp.pl	17 Jul 2009 17:34:17 -0000	1.10
@@ -297,9 +297,9 @@
 $cladeEs[$fish][$worm]  = $cladeEs[$worm][$fish]  = 0.01;
 $cladeEs[$fish][$yeast] = $cladeEs[$yeast][$fish] = 0.01;
 $cladeEs[$fly][$worm]  = $cladeEs[$worm][$fly]  = 0.01;
 $cladeEs[$fly][$yeast] = $cladeEs[$yeast][$fly] = 0.01;
-$cladeEs[$yeast][$yeast] = $cladeEs[$yeast][$yeast] = 0.01;
+$cladeEs[$worm][$yeast] = $cladeEs[$worm][$yeast] = 0.01;
 
 sub calcE {
   # Look up the blastp e parameter (max E-value) by clade distances
   my ($tDb, $qDb) = @_;