src/utils/qa/findLevel 1.3

1.3 2010/03/09 02:51:39 rhead
Changed html file lookup so that it actually starts at the assembly level, like it says it does. Thanks, Ann.
Index: src/utils/qa/findLevel
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/findLevel,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/findLevel	5 Mar 2010 19:05:27 -0000	1.2
+++ src/utils/qa/findLevel	9 Mar 2010 02:51:39 -0000	1.3
@@ -57,9 +57,9 @@
 
 ###########################################
 # find the level of the associated .html file
 # start at the assembly level
-cd ~/kent/src/hg/makeDb/trackDb/
+cd ~/kent/src/hg/makeDb/trackDb/*/$db
 currDir=""
 
 if [ -e $tableName.html ]
 then # the .html file is found at the assembly level