src/utils/qa/getJoinerKeyErrors.pl 1.5
1.5 2010/05/21 23:52:35 vanessa
changed the path names for the htdoc reorganization to htdoc-genecats and htdoc-hgdownload and changed the appropriate urls
Index: src/utils/qa/getJoinerKeyErrors.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getJoinerKeyErrors.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/qa/getJoinerKeyErrors.pl 27 Aug 2008 23:04:53 -0000 1.4
+++ src/utils/qa/getJoinerKeyErrors.pl 21 May 2010 23:52:35 -0000 1.5
@@ -1,15 +1,15 @@
#!/usr/local/bin/perl5
# Program : getJoinerKeyErrors.pl
# Purpose : parses output of joinerCheck and captures Errors and associated lines
-# Results : http://hgwdev.cse.ucsc.edu/qa/test-results/joinerCheck_monitor/keys/
+# Results : http://genecats.cse.ucsc.edu/qa/test-results/joinerCheck_monitor/keys/
# Author : Jennifer Jackson
# Int Date: 2005-03-04
# Rev Date: 2005-11-XX
# Author : Ann Zweig
# Rev Date: 2006-02-13 - added results to HTML page
-# Results : http://hgwdev.cse.ucsc.edu/qa/test-results/joinerCheck_monitor/keys/joinerKeyErrors.YYMMDD
+# Results : http://genecats.cse.ucsc.edu/qa/test-results/joinerCheck_monitor/keys/joinerKeyErrors.YYMMDD
use File::Copy;
@@ -20,9 +20,9 @@
parses all files in dir, input/ingored file names are listed in output file report
report is in target directory: joinerKeyErrors.YYMMDD
STDERR is sent to screen
reports can be viewed online at:
- http://hgwdev.cse.ucsc.edu/qa/test-results/joinerCheck_monitor/keys/YYYYMM/*\n\n";}
+ http://genecats.cse.ucsc.edu/qa/test-results/joinerCheck_monitor/keys/YYYYMM/*\n\n";}
# State the program has started
print STDERR "PROCESSING: $0 program started, locating directory & input files\n";
@@ -129,7 +129,7 @@
closedir(DIR);
# copy results to html location
$oldlocation = "joinerKeyErrors.$p_year$p_month$p_day";
-$newlocation = "/usr/local/apache/htdocs/qa/test-results/joinerCheck_monitor/keys/joinerKeyErrors.$p_year$p_month$p_day";
+$newlocation = "/usr/local/apache/htdocs-genecats/qa/test-results/joinerCheck_monitor/keys/joinerKeyErrors.$p_year$p_month$p_day";
copy($oldlocation, $newlocation);