julie-forman-kay-lab / IDPConformerGenerator

Build conformational representations of Intrinsically Disordered Proteins and Regions by a guided sampling of the protein torsion space
https://idpconformergenerator.readthedocs.io/
Apache License 2.0
19 stars 6 forks source link

Error reading CIF files without terminal `#` after coordinate block #255

Closed joaomcteixeira closed 11 months ago

joaomcteixeira commented 11 months ago

@menoliu identified an error with libstructure.Structure when reading some CIF files. I identified the problem coming from the fact that custom CIF files may have only the coordinate block and hence end directly with and EOF instead of the common CIF block stop #. Our CIF parser does not understand the EOF. A PR will correct this.