Skip to content
Prev 6910 / 21312 Next

[Bioc-devel] subtle error with VariantAnnotation::locateVariants()

Hi Robert,

Thanks for reporting this. Now fixed in 1.13.27.

I introduced this bug when switching the coordinate mapping over from 
mapCoords() to the new mapToTranscripts() family. The output from the 
new mapper is cleaner and allowed me to tidy some old code. In the 
process I realized there could be cases with >1 CDSID per row and 
changed the data type from 'integer' to 'IntegerList'. I thought I 
changed the default in all places but obviously missed a couple. The 
specific bug you hit was complaining that GRanges with different types 
for CDSID couldn't not be combined.

Valerie
On 02/03/2015 05:57 AM, Robert Castelo wrote: