# HG changeset patch # User elindfor # Date 1389715683 18000 # Node ID 2ab9940c1fb28a2ed768a8162cc619bda855b307 # Parent d0fbc0d93d05a63c1e8b8c5174287b1267cad16f Uploaded diff -r d0fbc0d93d05 -r 2ab9940c1fb2 SumTest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SumTest.xml Tue Jan 14 11:08:03 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