Skip to content
Prev 3848 / 21312 Next

[Bioc-devel] BiocParallel

On 11/15/2012 6:21 AM, Kasper Daniel Hansen wrote:
Yes, Ryan provided a pull request and I've incorporated it. His pvectorize is 
also quite fun...

   options(mc.cores=8)
   pcountOverlaps <- pvectorize(countOverlaps)

and for a GappedAlignments object with about 10 million ranges

 > system.time(yy <- countOverlaps(gal, exByTx, ignore.strand=TRUE))
    user  system elapsed
  79.997   6.941  87.208
 > system.time(xx <- pcountOverlaps(gal, exByTx, ignore.strand=TRUE))
    user  system elapsed
717.273  34.443  18.622

expect a fluid interface, though...

git / svn gurus: Ryan gets attribution in the git repo, but using git svn 
dcommit I get all the credit. Tricks?

Martin