Closed GoogleCodeExporter closed 8 years ago
Attached patch, not much of a mercurial user so let me know if I'm not doing it
right.
Adds a max_depth option to pileup:
for pu_column in samfile.pileup('chr11', position, position+1,
max_depth=200000):
if pu_column.pos == position:
print pu_column.pos, pu_column.n
which outputs:
pos: 59855948 depth: 54981
showing > 8000 reads at this position.
Original comment by cas...@gmail.com
on 19 Sep 2011 at 9:43
Attachments:
Thanks for submitting this patch.
I will incorporate it at the next release - due within this month.
Bw,
Andreas
Original comment by andreas....@gmail.com
on 7 Oct 2011 at 7:00
Added patch.
Original comment by andreas....@gmail.com
on 19 Oct 2011 at 8:49
Original issue reported on code.google.com by
cas...@gmail.com
on 19 Sep 2011 at 9:02