cusbg / prankweb

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

RuntimeError #137

Open Agnes-L opened 8 months ago

Agnes-L commented 8 months ago

Input PDB Code: 7AUE RuntimeError: Sequences for chain C region (1123, 1129) expected: 'RCHRWC' actual: 'RCXHXRWX' must have same size (6, 8).

skodapetr commented 8 months ago

Thank you for reporting the issue. I believe the source of the issue is that we have multiple components extracting sequence from a structures. If those sequences are not of a same size we get this error. This have technical solutions (alignment, ...) but I'm not sure about a biological justification and UI. @davidhoksza