An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/bioc-devel/attachments/20131022/dda264fb/attachment.pl>
[Bioc-devel] new package (flipflop)
3 messages · Elsa Bernard, Julian Gehring
Hi Elsa, You can avoid this problem by using a 'GenomicRangesList' instead of a 'GRangesList'. Best wishes Julian
Second, I have to say that I just made a commit in the released version, bumped from 1.0.0 to 1.0.1 in order to fix an important bug. I was storing GRanges object into a GRangesList(), but in that case the number of metadata columns of each GRanges object has to be the same, which is not my case. So I changed to a regular list() storing GRange objects.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/bioc-devel/attachments/20131022/a72c099f/attachment.pl>