Hi.
In pileup() of pysam, it seems that there is an option named truncate which get the function to iterate over only pileup columns whose pileup pos is within query start and end.
Could you add an option like this here as well?
It would be good to get read information for specific cases from very big bam files.
Hi. In
pileup()
of pysam, it seems that there is an option namedtruncate
which get the function to iterate over only pileup columns whose pileup pos is within query start and end.Could you add an option like this here as well?
It would be good to get read information for specific cases from very big bam files.