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.

_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to