convert standard analysis pipelines to use bam format natively
[erange.git] / Region.py
index 0d0a15b1cd91e7f3ceccee518f448ffccf2daad4..39ba811bc1d94100ed63516467e0a99fb2f637a0 100644 (file)
--- 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