X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=Region.py;fp=Region.py;h=39ba811bc1d94100ed63516467e0a99fb2f637a0;hp=0d0a15b1cd91e7f3ceccee518f448ffccf2daad4;hb=4ad5495359e4322da39868020a7398676261679e;hpb=cfc5602b26323ad2365295145e3f6c622d912eb4 diff --git a/Region.py b/Region.py index 0d0a15b..39ba811 100644 --- a/Region.py +++ b/Region.py @@ -6,7 +6,7 @@ class Region(object): """ - def __init__(self, start, stop, label="", index=0, chrom="", numReads=0, foldRatio=0., multiP=0., peakDescription="", shift=0, peakPos=0, peakHeight=0): + def __init__(self, start, stop, label="", index=0, chrom="", numReads=0., foldRatio=0., multiP=0., peakDescription="", shift=0, peakPos=0, peakHeight=0): self.label = label self.index = index self.chrom = chrom