details: http://www.bx.psu.edu/hg/galaxy/rev/39ccea195b8e changeset: 2847:39ccea195b8e user: gua110 date: Thu Oct 08 10:37:26 2009 -0400 description: Added 'Median' operation to grouping tool 1 file(s) affected in this change: tools/stats/grouping.xml diffs (17 lines): diff -r f0d565ab7028 -r 39ccea195b8e tools/stats/grouping.xml --- a/tools/stats/grouping.xml Thu Oct 08 10:07:35 2009 -0400 +++ b/tools/stats/grouping.xml Thu Oct 08 10:37:26 2009 -0400 @@ -1,4 +1,4 @@ -<tool id="Grouping1" name="Group" version="1.8.0"> +<tool id="Grouping1" name="Group" version="1.9.0"> <description>data by a column and perform aggregate operation on other columns.</description> <command interpreter="python"> grouping.py @@ -21,6 +21,7 @@ <repeat name="operations" title="Operation"> <param name="optype" type="select" label="Type"> <option value="mean">Mean</option> + <option value="median">Median</option> <option value="max">Maximum</option> <option value="min">Minimum</option> <option value="sum">Sum</option>