http://code.google.com/p/dspchip/source/detail?r=234
Modified:
/trunk/src/dclib/IO.py
=======================================
--- /trunk/src/dclib/IO.py Fri Feb 11 06:15:31 2011
+++ /trunk/src/dclib/IO.py Fri Feb 11 06:23:44 2011
@@ -64,7 +64,7 @@
theParser.add_option("--profile",
dest="profileFormat",type="string",help="File format for signal profile
output [bdg|bw]", default="bw")
theParser.add_option("--csize",
dest="chromsize",type="string",help="Chromosome sizes table", default=None)
theParser.add_option("-e","--ewin",dest="expWindow",type="int",help="Expected
size of the signal",default=1000)
-
theParser.add_option("-s","--profstep",dest="profstep",type="int",help="Step
size for profile output file",default=10)
+
theParser.add_option("-s","--profstep",dest="profStep",type="int",help="Step
size for profile output file",default=10)
theParser.add_option("-w","--wstep",dest="wstep",type="int",help="Step
size for windowing functions", default=0)
theParser.add_option("-r","--ratio",dest="peakRatio",type="float",help="Ratio
of the max. peak height to split peaks", default=0.4)
theParser.add_option("-l","--baseline",type="string",dest="baseline",help="Baseline
function [min|mad|hist|no]", default="min")