Closed OWissett closed 1 year ago
Hmm you seem to be wanting to save a pdb file which has a chain with no atoms in it. That sounds like an easy fix.
Okay in saving it now disregards any chains without any atoms. This should prevent the crash. If it still remains feel free top open an the issue again.
Haha, perfect, I literally just made the same changes in my program. As I had a look at the source and thought that was what might be happening.
This is happening because I am doing some PDB mangling.
I will let you know if it persists.
Background:
I am developing a high throughput PDB file processing tool which generates new PDB files based on some calculations. I am not sure which PDB file has caused this (as logging all PDB files being writen will produce an extremely large file, as I am producing tens of millions of PDBs). I check that the PDB file is correct before sending it to the writer, however, it is panicking!
Here is the output: