src/hg/makeDb/trackDb/README 1.73

1.73 2009/05/24 09:10:38 mikep
Added pairedTagAlign baseColor option controlled by 'seq1Seq2' option to baseColorUseSequence
Index: src/hg/makeDb/trackDb/README
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/trackDb/README,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -B -U 4 -r1.72 -r1.73
--- src/hg/makeDb/trackDb/README	22 May 2009 10:11:16 -0000	1.72
+++ src/hg/makeDb/trackDb/README	24 May 2009 09:10:38 -0000	1.73
@@ -272,11 +272,11 @@
                                               - for items.
                                               - red,green,blue values 0 to 255
 altColor     -    r,g,b integer triplet       - specifies secondary color
                                               - for items
-colorByStrand -   r,g,b:r,g,b  triplet pair   - specifies plus and minus strand color
-                                              - rgb+:rgb- where rgb+ and rgb- are
-                                              - +/- strand red,green,blue values 0 to 255
+colorByStrand -   r,g,b r,g,b                 - specifies plus and minus strand color as above
+                                              - first rgb is plus strand
+                                              - second rgb is minus strand
                                               - this has no effect for elements w/out strand
 priority     -    a decimal number            - used to order this track
                                               - within this track group
 chromosomes  -    comma separated list        - only these chroms have data
@@ -396,18 +396,23 @@
       (such as genbank mRNA, EST etc) tracks.  Specifies where CDS coordinates
       can be found (if any) so that codons can be drawn when viewing a
       sufficiently small region.  If `table' is specified, an additional
       parameter of a table name, in cdsSpec format, is required.
-    o baseColorUseSequence {genbank,seq,extFile,nameIsSequence,none}
-      - For genePred or psl tracks, or bed/bigBed tracks where the sequence 
-      is stored in the name column (see kent/src/hg/lib/encode/tagAlign.as).
+    o baseColorUseSequence 
+      {genbank,seq,ss,extFile,nameIsSequence,seq1Seq2,hgPcrResult,none}
+      - For genePred or psl tracks, or bed/bigBed tracks. 
       Specifies where item sequence can be found (if any) so that
       item sequence, or differences from genomic sequence, can be drawn when
-      viewing a sufficiently small region.  If `extFile' is specified, two
-      additional parameters are required, the name of the seq table followed
-      by the name of the extFile table to use in looking up the sequence.
-      These tables are loaded by hgLoadSeq. If 'nameIsSequence' is specified
-      then the name column can be interpreted as the sequence.
+      viewing a sufficiently small region.  
+      If `extFile' is specified, two additional parameters are required, 
+      the name of the seq table followed by the name of the extFile 
+      table to use in looking up the sequence. 
+      These tables are loaded by hgLoadSeq. 
+      If 'nameIsSequence' is specified then the 4th column ('name' or 
+      'sequence') contains the sequence. (see hg/lib/encode/tagAlign.as)
+      If 'seq1Seq2' is specified then the 7th & 8th columns ('seq1' and
+      'seq2') contain the left and right pairs of the sequence. 
+      (see hg/lib/encode/pairedTagAlign.as)
     o baseColorDefault {genomicCodons,itemBases,itemCodons,diffBases,
       diffCodons,none} - For tracks with CDS and/or sequence information.
       (See baseColorUseSequence above)
       Specifies the default drawing mode.  itemBases, itemCodons, diffBases