Mercurial > repos > iuc > rpy_statistics_collection
diff gsummary.xml @ 1:2e7bc1bb2dbe draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Fri, 09 Jan 2015 12:56:07 -0500 |
| parents | ffcdde989859 |
| children |
line wrap: on
line diff
--- a/gsummary.xml Tue Jul 29 06:30:45 2014 -0400 +++ b/gsummary.xml Fri Jan 09 12:56:07 2015 -0500 @@ -4,7 +4,14 @@ <macros> <import>statistic_tools_macros.xml</import> </macros> - <command interpreter="python">gsummary.py $input $out_file1 "$cond"</command> + <command interpreter="python"> +<![CDATA[ + gsummary.py + $input + $out_file1 + "$cond" +]]> + </command> <inputs> <param format="tabular" name="input" type="data" label="Summary statistics on" help="Dataset missing? See TIP below"/> <param name="cond" size="30" type="text" value="c5" label="Column or expression" help="See syntax below"> @@ -22,6 +29,7 @@ </test> </tests> <help> +<![CDATA[ .. class:: warningmark @@ -29,7 +37,7 @@ .. class:: infomark -**TIP:** If your data is not TAB delimited, use *Text Manipulation->Convert delimiters to TAB* +**TIP:** If your data is not TAB delimited, use *Text Manipulation->Convert delimiters to TAB* .. class:: infomark @@ -73,5 +81,6 @@ #sum mean stdev 0% 25% 50% 75% 100% 29250.000 7312.500 7198.636 1700.000 1895.000 5280.000 10697.500 16990.000 +]]> </help> </tool>
