Hi Jake, This list is the appropriate place to ask your question.
It looks like your "viewLimits" parameter is missing has a lower case "l" in limits and so it is not being recognized. Change it from viewlimits=0.0:0.886661447936 to viewLimits=0.0:0.886661447936 and it should work. It worked for me when I made this change. I hope this is helpful! Please don't hesitate to contact the mail list again if you require further assistance. Katrina Learned UCSC Genome Browser Group Jacob Biesinger wrote: > Don't know if this is the right place to ask this... > > I have a bedgraph which i have tried uploading directly and pointing the > genome browser to a publicly viewable file. Everything loads fine. The > values for this bedgraph file are between 0 and 0.886661447936 and I'd like > the window to scale to that value. But in use, the graph switches to > displaying 0 to 1000 and doesn't display the horizontal line at > 0.443330723968 > > I tried reducing the number of significant digits--> viewlimits=0.0:0.89 > autoScale=off yLineMark=0.45 .... no dice > > > track type=bedGraph name="my track" description="scores from my track" > visibility=full color=200,100,0 altColor=0,100,200 priority=15 > viewlimits=0.0:0.886661447936 autoScale=off yLineMark=0.443330723968 > yLineOnOff=on windowingFunction=maximum > chr2L 1567532 1567548 0.588980533718 > chr2L 2403527 2403543 0.50702926813 > chr2L 2423767 2423783 0.557615624153 > ... > (lots more data) > > > Thanks! > -- > Jake Biesinger > _______________________________________________ > Genome maillist - [email protected] > https://lists.soe.ucsc.edu/mailman/listinfo/genome > _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
