mailr14308 - /branches/gui_testing/generic_fns/molmol.py


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

Header


Content

Posted by edward on August 10, 2011 - 14:07:
Author: bugman
Date: Wed Aug 10 14:07:22 2011
New Revision: 14308

URL: http://svn.gna.org/viewcvs/relax?rev=14308&view=rev
Log:
Molmol is now properly launched from relax to read commands from STDIN.


Modified:
    branches/gui_testing/generic_fns/molmol.py

Modified: branches/gui_testing/generic_fns/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/molmol.py?rev=14308&r1=14307&r2=14308&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/molmol.py (original)
+++ branches/gui_testing/generic_fns/molmol.py Wed Aug 10 14:07:22 2011
@@ -85,7 +85,7 @@
         test_binary('molmol')
 
         # Open Molmol as a pipe.
-        self.molmol = Popen(['molmol', '-f -'], stdin=PIPE).stdin
+        self.molmol = Popen(['molmol', '-f', '-'], stdin=PIPE).stdin
 
         # Execute the command history.
         if len(self.command_history) > 0:
@@ -231,9 +231,6 @@
     # Loop over the commands and execute them.
     for command in commands:
         molmol_obj.exec_cmd(command)
-
-
-
 
 
 def ribbon():




Related Messages


Powered by MHonArc, Updated Wed Aug 10 14:20:02 2011