src/hg/utils/automation/doHgNearBlastp.pl 1.11
1.11 2009/10/02 05:14:15 kent
Made it treat 'tmpFoo' as a mammal for updates in place of the database.
Index: src/hg/utils/automation/doHgNearBlastp.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/doHgNearBlastp.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/hg/utils/automation/doHgNearBlastp.pl 17 Jul 2009 17:34:17 -0000 1.10
+++ src/hg/utils/automation/doHgNearBlastp.pl 2 Oct 2009 05:14:15 -0000 1.11
@@ -278,9 +278,9 @@
} # formatSequence
# Make a matrix of clade-pair -e (max E-value) threshold:
my ($mammal, $fish, $fly, $worm, $yeast) = (0..5);
-my %dbToClade = ( hg => $mammal, mm => $mammal, rn => $mammal,
+my %dbToClade = ( hg => $mammal, mm => $mammal, rn => $mammal, tmpFoo => $mammal,
danRer => $fish,
dm => $fly,
ce => $worm,
sacCer => $yeast, );