Skip to content

[Bioc-devel] readGAlignmentPairs function broken?

2 messages · Hervé Pagès, Leonard Goldstein

#
Hi Leonard,

Sorry for the delay. I finally managed to spend some time optimizing
readGAlignmentPairs(). In the latest GenomicAlignments (0.99.32),
it's still using the new pairing algo but I got rid of some of the
inefficiencies I introduced when I switched the code to using this
algo. So now it's as fast as before the switch, but, thanks to the
new pairing algo, it also uses less memory and supports reading the
BAM file by chunk (via the 'yieldSize' arg of BamFile()).

Cheers,
H.
On 12/20/2013 11:53 AM, Herv? Pag?s wrote:

  
    
4 days later
#
Hi Herv?

It works great. Thanks for optimizing the function, it will be very
helpful when processing larger data sets.

Best wishes

Leonard
On Fri, Mar 7, 2014 at 8:49 AM, Herv? Pag?s <hpages at fhcrc.org> wrote: