mailr7663 - /1.3/generic_fns/palmer.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 12, 2008 - 18:43:
Author: bugman
Date: Sun Oct 12 18:43:27 2008
New Revision: 7663

URL: http://svn.gna.org/viewcvs/relax?rev=7663&view=rev
Log:
Fix for running Modelfree4 - the structure is properly copied in the 
create_run() method.


Modified:
    1.3/generic_fns/palmer.py

Modified: 1.3/generic_fns/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/palmer.py?rev=7663&r1=7662&r2=7663&view=diff
==============================================================================
--- 1.3/generic_fns/palmer.py (original)
+++ 1.3/generic_fns/palmer.py Sun Oct 12 18:43:27 2008
@@ -492,7 +492,7 @@
     file.write(binary + " -i mfin -d mfdata -p mfpar -m mfmodel -o mfout -e 
out")
     if cdp.diff_tensor.type != 'sphere':
         # Copy the pdb file to the model directory so there are no problems 
with the existance of *.rotate files.
-        system('cp ' + cdp.structure.dir[0] + cdp.structure.file_name[0] + ' 
' + dir)
+        system('cp ' + cdp.structure.path[0] + cdp.structure.file_name[0] + 
' ' + dir)
         file.write(" -s " + cdp.structure.file_name[0])
     file.write("\n")
 




Related Messages


Powered by MHonArc, Updated Sun Oct 12 19:00:02 2008