mailr9828 - in /branches/bmrb/bmrblib/kinetics: heteronucl_NOEs_v3_2.py relaxation.py


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

Header


Content

Posted by edward on October 28, 2009 - 11:38:
Author: bugman
Date: Wed Oct 28 11:38:20 2009
New Revision: 9828

URL: http://svn.gna.org/viewcvs/relax?rev=9828&view=rev
Log:
Fix for the Seq_ID_2 tag in the heteronuclear NOE saveframe.


Modified:
    branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py
    branches/bmrb/bmrblib/kinetics/relaxation.py

Modified: branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py?rev=9828&r1=9827&r2=9828&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py (original)
+++ branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py Wed Oct 28 
11:38:20 2009
@@ -117,7 +117,7 @@
                                         
entity_assembly_ids_2=entity_assembly_ids_2,
                                         entity_ids_2=entity_ids_2,
                                         res_nums_2=res_nums_2,
-                                        seq_id_2=res_nums_2,
+                                        seq_id_2=seq_id_2,
                                         res_names_2=res_names_2,
                                         atom_names_2=atom_names_2,
                                         atom_types_2=atom_types_2,

Modified: branches/bmrb/bmrblib/kinetics/relaxation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/relaxation.py?rev=9828&r1=9827&r2=9828&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Wed Oct 28 11:38:20 2009
@@ -312,7 +312,7 @@
                                      
entity_assembly_ids_2=entity_assembly_ids_2,
                                      entity_ids_2=entity_ids_2,
                                      res_nums_2=res_nums_2,
-                                     seq_id_2=res_nums_2,
+                                     seq_id_2=seq_id_2,
                                      res_names_2=res_names_2,
                                      atom_names_2=atom_names_2,
                                      atom_types_2=atom_types_2,




Related Messages


Powered by MHonArc, Updated Wed Oct 28 12:00:03 2009