cusbg / prankweb

Web application for protein-ligand binding sites analysis and visualization
https://prankweb.cz
Apache License 2.0
7 stars 3 forks source link

Submitting an empty protein #50

Closed davidhoksza closed 2 years ago

davidhoksza commented 3 years ago

When the user deselects all chains at the input, the computation proceeds (starts to collect MSA and so on) and even does the prediction. Instead, we should maybe disable the submit button and, in the optimal case, show a warning/error message.

skodapetr commented 3 years ago

Unchecking all chains leads to situation where all chains are used. The only one issue is that such prediction, without any chains given, can still be executed by directly acessing the URL. Should we also prevent that from happening? So for example such prediction run would fail.

skodapetr commented 2 years ago

We decided to not support such behavior, i.e. user must choose at least one chain or use the structure as it is.