src/hg/lib/targetDb.as 1.3
1.3 2010/04/29 03:40:21 markd
fixed invalid autoSql that prevented descriptions from being displayed
Index: src/hg/lib/targetDb.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/targetDb.as,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/lib/targetDb.as 10 Nov 2008 21:00:52 -0000 1.2
+++ src/hg/lib/targetDb.as 29 Apr 2010 03:40:21 -0000 1.3
@@ -8,7 +8,7 @@
string seqTable; "Table in db that has extFileTable indices of target sequences"
string extFileTable; "Table in db that has .id, .path, and .size of target sequence files"
string seqFile; "Target sequence file path (typically /gbdb/$db/targetDb/$name.2bit)"
float priority; "Relative priority compared to other targets for same db (smaller numbers are higher priority)"
- timestamp time; "Time at which this record was updated -- should be newer than db tables (so should blat server)"
+ string time; "Time at which this record was updated -- should be newer than db tables (so should blat server)"
lstring settings; ".ra-formatted metadata"
)