src/utils/wigAsciiToBinary/wiggleFAQ.html 1.3
1.3 2009/11/25 18:52:08 hiram
change autoScaleDefault to be only autoScale
Index: src/utils/wigAsciiToBinary/wiggleFAQ.html
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/wigAsciiToBinary/wiggleFAQ.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/wigAsciiToBinary/wiggleFAQ.html 25 Nov 2009 18:31:29 -0000 1.2
+++ src/utils/wigAsciiToBinary/wiggleFAQ.html 25 Nov 2009 18:52:08 -0000 1.3
@@ -30,9 +30,9 @@
longLabel <long label>
group x
priority 1106
visibility full
-autoScaleDefault Off
+autoScale Off
maxHeightPixels 128:36:16
graphTypeDefault Bar
gridDefault OFF
viewLimits 0.0:0.01
@@ -48,9 +48,9 @@
The option viewLimits can specify an initial viewing window
on the data within the range specified on the "type wig" line.
The format is "viewLimits <lower>:<upper>"
-Auto scaling is on by default, use the "autoScaleDefault Off" trackDb entry
+Auto scaling is on by default, use the "autoScale Off" trackDb entry
to turn that off by default.
The maxHeightPixels specifies the maximum:default:minimum
allowed user requested size for the track. The "default" specification
@@ -65,9 +65,9 @@
You can turn them on with "gridDefault ON"
<TABLE BORDER=1 ALIGN=CENTER>
<TR><TH ALIGN=CENTER COLSPAN=2> trackDB option summary </TH></TR>
-<TR><TH ALIGN=LEFT> autoScaleDefault </TH><TD> [Use Vertical Viewing Range Setting|Auto-Scale to data view] default Use Vertical Viewing Range Setting</TD></TR>
+<TR><TH ALIGN=LEFT> autoScale </TH><TD> [Use Vertical Viewing Range Setting|Auto-Scale to data view] default Use Vertical Viewing Range Setting</TD></TR>
<TR><TH ALIGN=LEFT> maxHeightPixels </TH><TD> <max:default:min> default <128:128:11></TD></TR>
<TR><TH ALIGN=LEFT> graphTypeDefault </TH><TD> [Bar|Points] default Bar</TD></TR>
<TR><TH ALIGN=LEFT> gridDefault </TH><TD> [ON|OFF] default OFF (draws y=0.0 line when ON)</TD></TR>
<TR><TH ALIGN=LEFT> viewLimits </TH><TD> <lower:upper> default from the type wig line</TD></TR>