pdbio: PDB input/output¶
Input/output for PDB files
-
read_pdb_file
(f, log=None, explode=True)¶ - f
- A file-like object open for reading containing the PDB info
- log
- A file-like object open for writing that warnings/errors and other information will be written to
- explode
- Controls whether NMR ensembles will be handled as separate models (True) or as one model with multiple coordinate sets (False)
Returns a numpy array of C++ pointers to AtomicStructure objects.