thomasp85 / MSGFgui

A gui overlay and extension for MSGFplus
10 stars 6 forks source link

Only result for last sample in a batch analysis is send to client #1

Closed thomasp85 closed 10 years ago

thomasp85 commented 10 years ago

In order to sent analysis results in smaller packets they should be send at the end of each sample analysis. The for loop that handles running MSGFplus tries to signal new data by elevating the dataAdded counter which the observer is dependent on.

The problem is that the reactive nodes are not flushed after each iteration in the for loop but only after the whole loop is done. Adding shiny:::flushReact() in the end of the loop doesn't help...

Waiting for feedback from shiny people...

thomasp85 commented 10 years ago

Fixed in 0bc406b9ac6a4f8a799ca396aa57872b18b2b350