mailr5825 - /1.3/test_suite/system_tests/scripts/angles.py


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

Header


Content

Posted by edward on April 20, 2008 - 11:46:
Author: bugman
Date: Sun Apr 20 11:46:20 2008
New Revision: 5825

URL: http://svn.gna.org/viewcvs/relax?rev=5825&view=rev
Log:
Added the sequence.read() user function to the angles calculation system test.

This just adds a check that sequence.read() can be used in combination with 
structure.load_spins().


Modified:
    1.3/test_suite/system_tests/scripts/angles.py

Modified: 1.3/test_suite/system_tests/scripts/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/angles.py?rev=5825&r1=5824&r2=5825&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/angles.py (original)
+++ 1.3/test_suite/system_tests/scripts/angles.py Sun Apr 20 11:46:20 2008
@@ -1,5 +1,8 @@
 import sys
 
+
+# Read the sequence.
+sequence.read(file='Ap4Aase.seq', dir=sys.path[-1] + 
'/test_suite/system_tests/data')
 
 # Read a PDB file.
 structure.read_pdb(file='test.pdb', dir=sys.path[-1] + 
'/test_suite/system_tests/data', model=1)




Related Messages


Powered by MHonArc, Updated Sun Apr 20 12:00:27 2008