Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guoweilong committed Jun 23, 2017
1 parent b87080f commit af2eccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bs_seeker2-call_methylation.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ def context_calling(seq, position):
#
for pr in col.pileups:
# print pr
if pysam.__version__ > "0.8.0" :
#if pysam.__version__ > "0.8.0" :
if [int(i) for i in pysam.__version__.split(".")] > [0, 7, 7] :
pr_qpos = pr.query_position
else :
pr_qpos =pr.qpos
Expand Down

0 comments on commit af2eccc

Please sign in to comment.