src/hg/makeDb/doc/calJac3.txt 1.10
1.10 2010/05/13 17:18:14 mary
adding fixes to dates to the makedoc
Index: src/hg/makeDb/doc/calJac3.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/calJac3.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/hg/makeDb/doc/calJac3.txt 10 May 2010 16:27:46 -0000 1.9
+++ src/hg/makeDb/doc/calJac3.txt 13 May 2010 17:18:14 -0000 1.10
@@ -1383,4 +1383,17 @@
# veryify top-level search spec, should produce no results:
hgsql -Ne 'select name from nscanGene' calJac3 | egrep -v '^chr[0-9a-zA-Z_]+\.([0-9]+|pasa)((\.[0-9a-z]+)?\.[0-9a-z]+)?$' |head
############################################################################
+# Fixing references to old calJac1 date to be to March 2009 - (2010-05-12 mary)
+
+# trackDb
+cd /cluster/home/mary/kent/src/hg/makeDb/trackDb/marmoset
+find -name "*.html" | xargs grep 2007
+
+# downloads
+cd /usr/local/apache/htdocs/goldenPath/calJac3
+find -name "*" | xargs grep 2007
+
+# hgcentral
+hgsql hgcentraltest
+update dbDb set description="March 2009 (WUGSC 3.2/calJac3)" where name="calJac3"