src/hg/lib/gbSeq.as 1.1

1.1 2009/07/04 07:14:20 markd
added some .h files for genbank tables
Index: src/hg/lib/gbSeq.as
===================================================================
RCS file: src/hg/lib/gbSeq.as
diff -N src/hg/lib/gbSeq.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/gbSeq.as	4 Jul 2009 07:14:20 -0000	1.1
@@ -0,0 +1,14 @@
+table gbSeq
+"Information about sequences contained in files described in gbExtFile"
+    (
+    uint id;		"ID/index"
+    string acc;		"Accession of sequence"
+    int version;        "Genbank version"
+    uint size;		"Size of sequence (number of bases)"
+    uint gbExtFile;	"ID/index of file in gbExtFile"
+    bigint file_offset;	"byte offset of sequence in file"
+    uint file_size;	"byte size of sequence in file"
+    enum('EST','mRNA','PEP')  type;   "Type of sequence"
+    enum('GenBank','RefSeq','Other') srcDb;  "Source database"
+    )
+