ProtProtocols / IsoProt

Protocol of the analysis of iTRAQ/TMT proteomics data including quantification, statistical analysis and maybe clustering
https://protprotocols.github.io
11 stars 4 forks source link

Change search output to use a dedicated HTML object #52

Open jgriss opened 6 years ago

jgriss commented 6 years ago

Problem

Currently, the output / status of the search is simply printed to the cell. This quickly leads to the cell overflowing. Additionally, the GUI elements move to the top which also decreases usability.

Proposed solution

As this might be quite some work, I didn't set a Milestone yet.

gvinterhalter commented 6 years ago

@jgriss When the output of script becomes too large it switches to scrolling. By chance, the original output was short enough.

I think it can be solved like this:

  1. Fixing the output height (removes the overflow)
  2. Redirect the print statement output to dedicated UI element for output that will scroll. There are examples for this and it's not hard to do.
jgriss commented 6 years ago

Hi @gvinterhalter

I already disabled the scrolling of very long cells.

about the second thing: That was the idea. One could oven couple this with a progress bar for the search. But this is something for later as it will require some careful software design.