src/hg/lib/genomicSuperDups.sql 1.6
1.6 2010/02/08 19:42:34 hartera
Minor edits.
Index: src/hg/lib/genomicSuperDups.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/genomicSuperDups.sql,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/lib/genomicSuperDups.sql 4 Feb 2010 19:21:58 -0000 1.5
+++ src/hg/lib/genomicSuperDups.sql 8 Feb 2010 19:42:34 -0000 1.6
@@ -11,13 +11,13 @@
chromEnd int unsigned not null, # End position in chromosome
name varchar(255) not null, # Other chromosome involved
score int unsigned not null, # Score from 900-1000. 1000 is the best
strand char(1) not null, # Value should be + or -
- otherChrom varchar(255) not null, # Other Human chromosome or FPC contig
+ otherChrom varchar(255) not null, # Other chromosome or scaffold
otherStart int unsigned not null, # Start in other sequence
otherEnd int unsigned not null, # End in other sequence
otherSize int unsigned not null, # Total size of other sequence (otherEnd - otherStart)
- uid int unsigned not null, # unique id shared by the query and subject of a hit
+ uid int unsigned not null, # Unique id shared by the query and subject of a hit
posBasesHit int unsigned not null, # For future use
testResult varchar(255) not null, # For future use
verdict varchar(255) not null, # For future use
chits varchar(255) not null, # For future use