Write a PDB to an hdf5 file.
14 tfn = IMP.create_temporary_file_name(
"pdb",
".rmf")
16 print "File name is", tfn
19 rh = RMF.create_rmf_file(tfn)
37 rh = RMF.open_rmf_file_read_only(tfn)
42 IMP.atom.show_molecular_hierarchy(hps[0])
47 print "Try running hdf5_display or hdf5_show on", tfn