PDB-REDO / dssp

Application to assign secondary structure to proteins
BSD 2-Clause "Simplified" License
166 stars 19 forks source link

Don't try to validate in annotateDSSP when the validator is not set #88

Closed Augustin-Zidek closed 1 month ago

Augustin-Zidek commented 1 month ago

Fixes a segfault if one passes in a Cif datablock that didn't have cif::pdb::reconstruct_pdbx(cif_file); called on it.

mhekkel commented 1 month ago

Good catch, thanks