Skip to content

Commit

Permalink
Merge pull request #149 from shengqh/master
Browse files Browse the repository at this point in the history
fix righ_pos to right_pos (by shengqh)
  • Loading branch information
taoliu authored Sep 20, 2016
2 parents 24a1eab + 1b5f37a commit 9ddacb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MACS2/IO/Parser.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ cdef class BEDPEParser(GenericParser):
m += 1
logging.info( " %d" % ( m*1000000 ) )

add_loc( chromosome, left_pos, righ_pos )
add_loc( chromosome, left_pos, right_pos )

self.d = int( self.d * self.n + d * i )/( self.n + i )
self.n += i
Expand Down

1 comment on commit 9ddacb0

@taoliu
Copy link
Contributor Author

@taoliu taoliu commented on 9ddacb0 Oct 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

related to #249

Please sign in to comment.