mailr27743 - /trunk/pipe_control/pcs.py


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

Header


Content

Posted by edward on March 03, 2015 - 14:38:
Author: bugman
Date: Tue Mar  3 14:38:33 2015
New Revision: 27743

URL: http://svn.gna.org/viewcvs/relax?rev=27743&view=rev
Log:
Added a printout of the alignment ID for the pcs.copy user function.

This is to match the rdc.copy user function.


Modified:
    trunk/pipe_control/pcs.py

Modified: trunk/pipe_control/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/pcs.py?rev=27743&r1=27742&r2=27743&view=diff
==============================================================================
--- trunk/pipe_control/pcs.py   (original)
+++ trunk/pipe_control/pcs.py   Tue Mar  3 14:38:33 2015
@@ -314,6 +314,9 @@
 
     # Loop over the align IDs.
     for align_id in align_ids:
+        # Printout.
+        print("\nCoping PCSs for the alignment ID '%s'." % align_id)
+
         # Copy the global data.
         if align_id not in dp_to.align_ids and align_id not in 
dp_to.align_ids:
             dp_to.align_ids.append(align_id)




Related Messages


Powered by MHonArc, Updated Tue Mar 03 15:00:02 2015