mailr5549 - /1.3/prompt/sequence.py


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

Header


Content

Posted by edward on April 10, 2008 - 14:30:
Author: bugman
Date: Thu Apr 10 14:30:42 2008
New Revision: 5549

URL: http://svn.gna.org/viewcvs/relax?rev=5549&view=rev
Log:
Changed all the sequence user function '*_flag' args to the default of False.


Modified:
    1.3/prompt/sequence.py

Modified: 1.3/prompt/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/sequence.py?rev=5549&r1=5548&r2=5549&view=diff
==============================================================================
--- 1.3/prompt/sequence.py (original)
+++ 1.3/prompt/sequence.py Thu Apr 10 14:30:42 2008
@@ -42,7 +42,7 @@
         self.__relax__ = relax
 
 
-    def display(self, sep=None, mol_name_flag=True, res_num_flag=True, 
res_name_flag=True, spin_num_flag=True, spin_name_flag=True):
+    def display(self, sep=None, mol_name_flag=False, res_num_flag=False, 
res_name_flag=False, spin_num_flag=False, spin_name_flag=False):
         """Function for displaying sequences of molecules, residues, and/or 
spins.
 
         Keyword Arguments
@@ -216,7 +216,7 @@
         sequence.read(file=file, dir=dir, mol_name_col=mol_name_col, 
res_num_col=res_num_col, res_name_col=res_name_col, 
spin_num_col=spin_num_col, spin_name_col=spin_name_col, sep=sep)
 
 
-    def write(self, file, dir=None, sep=None, mol_name_flag=True, 
res_num_flag=True, res_name_flag=True, spin_num_flag=True, 
spin_name_flag=True, force=False):
+    def write(self, file, dir=None, sep=None, mol_name_flag=False, 
res_num_flag=False, res_name_flag=False, spin_num_flag=False, 
spin_name_flag=False, force=False):
         """Write the molecule, residue, and spin sequence to a file.
 
         Keyword Arguments




Related Messages


Powered by MHonArc, Updated Thu Apr 10 14:40:12 2008