mailr9250 - /1.3/test_suite/system_tests/scripts/tylers_peptide.py


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

Header


Content

Posted by edward on July 20, 2009 - 14:02:
Author: bugman
Date: Mon Jul 20 14:02:30 2009
New Revision: 9250

URL: http://svn.gna.org/viewcvs/relax?rev=9250&view=rev
Log:
Switched to the internal PDB reader for removal of the reliance on Scientific 
python.


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

Modified: 1.3/test_suite/system_tests/scripts/tylers_peptide.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/tylers_peptide.py?rev=9250&r1=9249&r2=9250&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/tylers_peptide.py (original)
+++ 1.3/test_suite/system_tests/scripts/tylers_peptide.py Mon Jul 20 14:02:30 
2009
@@ -12,7 +12,7 @@
 spin.name(name='N')
 model_free.remove_tm(spin_id=None)
 sequence.display()
-structure.read_pdb(file='tylers_peptide_trunc.pdb', 
dir=DATA_PATH+'structures', parser='scientific')
+structure.read_pdb(file='tylers_peptide_trunc.pdb', 
dir=DATA_PATH+'structures', parser='internal')
 structure.vectors(attached='H', spin_id=None, verbosity=1, ave=True, 
unit=True)
 diffusion_tensor.init(params=(1e-08, 0, 0, 0, 0, 0), time_scale=1.0, 
d_scale=1.0, angle_units='deg', param_types=0, spheroid_type=None, 
fixed=False)
 fix(element='all_spins', fixed=True)




Related Messages


Powered by MHonArc, Updated Tue Jul 21 15:20:04 2009