cmbi/hssp

inconsistent residue types error

Closed this issue · 2 comments

mkdssp throws an error that doesn't make any sense, mentioning an alanine that doesn't exist in the structure.

The following error:

DSSP could not be created due to an error:
inconsistent residue types in atom records for residue 46 (ALA != GLN)

When mkdssp runs with the following input file:
prod.pdb.txt

It could be that residue 61 is meant. This residue number occurs two times for a glutamine and an alanine. If so, then number 61 should be in the thrown error message.

This has been done in commit 280016c