Skip to content
Prev 3057 / 21312 Next

[Bioc-devel] Rsamtools scanTabix Method Dispatch

On 12/15/2011 04:00 PM, Dario Strbenac wrote:
Hi Dario --

Thanks for the bug report; look for version 1.6.3 for a fix.

Use yieldTabix to get consecutive chunks of the file (including the 
whole thing in one big chunk).

example(yieldTabix)
res <- yieldTabix(TabixFile(fl))

Martin