[Bioc-devel] new package (flipflop)
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.