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

Handling of invalid tasks #75

Open skodapetr opened 2 years ago

skodapetr commented 2 years ago

As of now it is possible to manually start prediction with invalid chains or PDB/uniport code (see #52). There should be a way how to handle this. The main issue is that before the execution is started this information is not available.

As downloading the structure and reading chains may take a few seconds it is also not possible to do this with the current UI - we may need to, at least, add a waiting dialog.

While the current approach provide user with an error, it will create the prediction directory on the server which is undesirable.