dasmoth / dalliance

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

allow retrieve tier data to accept a subset of tiers #156

Closed Traksewt closed 9 years ago

Traksewt commented 9 years ago

Allows for a subset of tiers to be retrieved. If the known space is not created yet, then the whole tier list is sent to known space constructor, this is so future requests to known space do not need to worry about if the tier has been initialised for caching purposes.

The default refresh() sends in the whole list of tiers to retrieve. This fix allows for fast retrieval of specific tiers.