mailr5900 - /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 21, 2008 - 10:55:
Author: bugman
Date: Mon Apr 21 10:41:01 2008
New Revision: 5900

URL: http://svn.gna.org/viewcvs/relax?rev=5900&view=rev
Log:
Changed the defaults of the sequence.display() user function so that 
everything is shown.


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=5900&r1=5899&r2=5900&view=diff
==============================================================================
--- 1.3/prompt/sequence.py (original)
+++ 1.3/prompt/sequence.py Mon Apr 21 10:41:01 2008
@@ -42,7 +42,7 @@
         self.__relax__ = relax
 
 
-    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):
+    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):
         """Function for displaying sequences of molecules, residues, and/or 
spins.
 
         Keyword Arguments




Related Messages


Powered by MHonArc, Updated Mon Apr 21 11:00:19 2008