Author: tlinnet
Date: Fri May 29 18:32:43 2015
New Revision: 27847

URL: http://svn.gna.org/viewcvs/relax?rev=27847&view=rev
Log:
Small fix for the shell script to collect data files, and not use the program 
"column" in the end.

The line width becomes to large to handle for column.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated 
analysis of dispersion data.

Modified:
    trunk/auto_analyses/relax_disp_repeat_cpmg.py

Modified: trunk/auto_analyses/relax_disp_repeat_cpmg.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp_repeat_cpmg.py?rev=27847&r1=27846&r2=27847&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp_repeat_cpmg.py       (original)
+++ trunk/auto_analyses/relax_disp_repeat_cpmg.py       Fri May 29 18:32:43 2015
@@ -2812,7 +2812,8 @@
         file_obj.write('    tail -n+3 $f | sed "s,^# ,," | grep -v "None       
             None" | sed "s,value,${NI}," | sed "s,error,${NI}," | awk %s{print 
$6,$7}%s | column -t > ${FNAME}.tmp'%("'","'") + '\n')
         file_obj.write('    ACUT+=(${FNAME}.tmp)' + '\n')
         file_obj.write('done' + '\n')
-        file_obj.write('paste "${ACUT[@]}" | column -t > 
collect_${SEARCH}.txt' + '\n')
+        file_obj.write('#paste "${ACUT[@]}" | column -t > 
collect_${SEARCH}.txt' + '\n')
+        file_obj.write('paste "${ACUT[@]}" > collect_${SEARCH}.txt' + '\n')
         file_obj.write('rm ${ACUT[@]}' + '\n')
 
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to