Write a PDB to an hdf5 file.
5 from __future__
import print_function
15 tfn = IMP.create_temporary_file_name(
"pdb",
".rmf")
17 print(
"File name is", tfn)
20 rh = RMF.create_rmf_file(tfn)
38 rh = RMF.open_rmf_file_read_only(tfn)
48 print(
"Try running hdf5_display or hdf5_show on", tfn)