Dear all:
I am trying to use python interface to run some structure refinement. I wonder
how can save the output into certain file like regular xplor does. (e.g. xplor
<sa.inp> sa.out ). Simply using ">" dosen't work. I tried to use python's
way:
( eg.
python> f=open('output','w')
python> f.write(execfile('script.py'))
)
The script.py runs fine, but I still can not save any output.
I appreaciate your suggestions!Wei Zhang BCMB Univeristy of Tennessee
