src/hg/lib/genbankTables.as 1.6
1.6 2009/07/07 18:05:11 markd
removed gbSeq, as it is in it's own file
Index: src/hg/lib/genbankTables.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/genbankTables.as,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/lib/genbankTables.as 23 Jan 2007 19:15:24 -0000 1.5
+++ src/hg/lib/genbankTables.as 7 Jul 2009 18:05:11 -0000 1.6
@@ -17,22 +17,8 @@
timestamp time; "time that this entry was inserted"
boolean extFileUpdated; "true if extFile has been updated"
)
-table gbSeq
-"GenBank sequence metadata"
- (
- uint id; "ID/index"
- string acc; "GenBank accession"
- short version; "GenBank version number suffix"
- uint size; "number of bases in sequence"
- uint gbExtFile; "ID/index of sequence file record in gbExtFile table"
- long file_offset; "byte offset in sequence file"
- uint file_size; "byte length of sequence in sequence file"
- enum type; "Full length ('mRNA') or EST ('EST')"
- enum srcDb; "Source database: 'GenBank' or 'RefSeq'"
- )
-
table gbStatus
"GenBank version info for alignments in the database"
(
string acc; "GenBank accession"