Yes, this is true... I deleted
mmtbx.refinement.real_space.driver a while ago. Interesting, it
still works for me because I still have
../sources/cctbx_project/mmtbx/refinement/real_space/driver.pyc
Once I deleted .pyc file it stopped working:
marbles:/net/marbles/raid1/afonine/build %
phenix.real_space_refine
-------------------------------------------------------------------------------
Initialization, inputs
**********************
-------------------------------------------------------------------------------
phenix.real_space_refine: tool for extensive real-space refinement
of atomic
coordinates against provided map
Usage:
phenix.real_space_refine model.pdb ccp4_formatted_map.map
or
phenix.real_space_refine model.pdb map.mtz
or
phenix.real_space_refine model.pdb map.mtz
label='2FOFCWT,PH2FOFCWT'
Feedback:
[email protected] or
[email protected]
-------------------------------------------------------------------------------
marbles:/net/marbles/raid1/afonine/build % rm -rf
../sources/cctbx_project/mmtbx/refinement/real_space/driver.pyc
marbles:/net/marbles/raid1/afonine/build %
phenix.real_space_refine
Traceback (most recent call last):
File
"/net/marbles/raid1/afonine/build/../sources/phenix/phenix/command_line/real_space_refine.py",
line 20, in <module>
import mmtbx.refinement.real_space.driver
ImportError: No module named driver
marbles:/net/marbles/raid1/afonine/build %
Quite a trap! Will be fixed in a next build. Thanks for catching
this.
Pavel
On 8/23/13 7:44 AM, Nathaniel Echols wrote: