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

Hide "run_analysis" when loading previous results and the user changes the settings #54

Closed jgriss closed 5 years ago

jgriss commented 6 years ago

When previous results are present, the "Run analysis" button is displayed automatically. In this case, it is possible that the user, for example, resets and thereby deletes the experimental design. If the user now clicked the "Run analysis" button, this would fail.

Therefore, any change that prevents the analysis of the previous results to run correctly should cause the button to disappear. But this will be very tricky... Not sure if it is worth the effort.

jgriss commented 5 years ago

Based on how Jupyter notebooks work I believe that this is not possible.