src/hg/makeDb/doc/bosTauMd3.txt 1.3

1.3 2009/11/25 22:30:52 galt
finish load and cleanup; add dbDb row
Index: src/hg/makeDb/doc/bosTauMd3.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/bosTauMd3.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/makeDb/doc/bosTauMd3.txt	25 Nov 2009 00:29:11 -0000	1.2
+++ src/hg/makeDb/doc/bosTauMd3.txt	25 Nov 2009 22:30:52 -0000	1.3
@@ -146,9 +146,28 @@
     cd /hive/data/genomes/bosTauMd3/bed/blat.bosTau4.2009-11-23
     time nice +19 doSameSpeciesLiftOver.pl -verbose=2 \
 	-bigClusterHub=pk -dbHost=hgwdev -workhorse=hgwdev \
 	 bosTauMd3 bosTau4 >& do.log
-    # it actually ran out of space on /scratch/tmp
+    # it actually ran out of space on /scratch/tmp (used over 16GB temporarily)
     # and I moved the temp dir somewhere else and
-    # finished the net step.  I did not do the load or cleanup steps.
+    # finished the net step.  Then I did the load and cleanup steps.
+
+
+###################################################
+
+#Add a row for bosTauMd3 to hgcentraltest.dbDb with active=0:
+
+hgsql hgcentraltest
+
+INSERT INTO dbDb
+    (name, description, nibPath, organism,
+     defaultPos, active, orderKey, genome, scientificName,
+     htmlPath, hgNearOk, hgPbOk, sourceName, taxId)
+VALUES
+    ("bosTauMd3", "Aug. 2009", "/gbdb/bosTauMd3", "Cow",
+     "chr1:2-3", 0, 235, "Cow", "Bos taurus",
+     "/gbdb/bosTauMd3/html/description.html", 0, 0, "UMD3",
+    9913);
+
+#The /gbdb/ stuff does not have to exist, those are just placeholders.