dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

uncompresed (memstore) BED parser have a faulty +1 at the end of segments #223

Closed max-l closed 6 years ago

max-l commented 6 years ago

I load a compressed BED (.bb), the exons display correctly if I load the same bed uncompressed, the exons have a length of + 1

the uncompressed track is loaded with :

          {name: "my bed track",
           uri: xyz.bed',
           tier_type: 'memstore',
            stylesheet_uri: "https://www.biodalliance.org/stylesheets/gencode.xml",
            payload: 'bed',
            collapseSuperGroups: true
          }
dasmoth commented 6 years ago

Fixed by #224