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

file_io design #18

Closed madscatt closed 7 years ago

madscatt commented 7 years ago

Need to think about how to accommodate new PDB, binary data format file IO operations. Could break file_io.py into separate files, or add specialized classes into single file_io.py (import special methods)?

madscatt commented 7 years ago

Done. Created pdb_io.py and dcd_io.py with PDB() and DCD() classes. Inheritance takes care of the rest.