# HG changeset patch # User elindfor # Date 1389776536 18000 # Node ID d1cd633e151ad473763cc28be58d74edcb0d43c9 # Parent f3538d3548f516d53e014d7942ee6f5f98d138ec Uploaded diff -r f3538d3548f5 -r d1cd633e151a SumTest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SumTest.xml Wed Jan 15 04:02:16 2014 -0500 @@ -0,0 +1,38 @@ + + Sum of numbers from one column + SumTest.py $input $out_file1 $col1 + + + + + + + + + rpy + + + +.. class:: infomark + +**TIP:** If your data is not TAB delimited, use *Text Manipulation->Convert* + +----- + +**Syntax** + +This tool creates a simple sum from numeric values of a selected dataset. + +**Example** + +- Input file:: + + 1 + 2 + 3 + 4 + 5 + + + + \ No newline at end of file