src/hg/lib/snpSeq.as 1.4
1.4 2010/06/01 22:21:38 angie
Corrected table description (thanks Mary!).
Index: src/hg/lib/snpSeq.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/snpSeq.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/lib/snpSeq.as 22 Jan 2008 06:55:30 -0000 1.3
+++ src/hg/lib/snpSeq.as 1 Jun 2010 22:21:38 -0000 1.4
@@ -1,6 +1,6 @@
table snpSeq
-"Information about sequences contained in rs_fasta files described in snpExtFile"
+"Contains file offsets for reference SNP flanking sequences in a single fasta file."
(
string acc; "rsId of sequence"
int file_offset; "byte offset of sequence in file"
)