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

Fix missing chain name for custom PDB file #55

Closed skodapetr closed 3 years ago

skodapetr commented 3 years ago

When a custom PDB file is provided the chain name is not provided by the protein-utils.

skodapetr commented 3 years ago

The protein-utils works fine, as the chain was not provide in the PDB file. They correctly set chain name to " ". The solution was to update how is this chain name handled later on.