madscatt / zazmol

Library for defining molecular objects to create simulation and analysis programs To install: python setup.py install dependencies: numpy, mocker
GNU General Public License v3.0
0 stars 2 forks source link

The `write_pdb()` method should coerce the resid to an `int` #4

Open madscatt opened 7 years ago

madscatt commented 7 years ago

The read_pdb() method expects the resid values to be integers. The write_pdb() method does not have this same expectation and consequently will write files that the read_pdb() method cannot handle.