A colleague and I noticed that a search returning multiple features would not display in the karyotype view more than one feature of a given type when the start & end coordinates were the same. A comment in Bio::Graphics::Browser2::RegionSearch::search_features states that the results should be uniqueified when the name & type are the same, rather than type and start/end locations. I've tried to fix the issue by adding display_name to the mix of uniqueifying criteria.
In response to the concern Scott Cain raised in that thread, I don't think I've broken gbrowse_details---upon cursory inspection, it still seems to function---though to be sure it would be preferable if eyeballs from someone familiar with this section of code looked at it.
A colleague and I noticed that a search returning multiple features would not display in the karyotype view more than one feature of a given type when the start & end coordinates were the same. A comment in Bio::Graphics::Browser2::RegionSearch::search_features states that the results should be uniqueified when the name & type are the same, rather than type and start/end locations. I've tried to fix the issue by adding display_name to the mix of uniqueifying criteria.
This issue was first noted here: http://sourceforge.net/p/gmod/mailman/message/26588306/
In response to the concern Scott Cain raised in that thread, I don't think I've broken gbrowse_details---upon cursory inspection, it still seems to function---though to be sure it would be preferable if eyeballs from someone familiar with this section of code looked at it.