Mercurial > repos > iuc > datamash_ops
comparison datamash-ops.xml @ 6:9bd21de9455b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit fd00f13c26d6d6e108a558ad8ef234eb86967b4b
| author | iuc |
|---|---|
| date | Tue, 13 Dec 2016 10:07:20 -0500 |
| parents | 90ff417a72fc |
| children | 0ea09f02e2e5 |
comparison
equal
deleted
inserted
replaced
| 5:90ff417a72fc | 6:9bd21de9455b |
|---|---|
| 19 #end if | 19 #end if |
| 20 #for $oper in $operations | 20 #for $oper in $operations |
| 21 ${oper.op_name} | 21 ${oper.op_name} |
| 22 ${oper.op_column} | 22 ${oper.op_column} |
| 23 #end for | 23 #end for |
| 24 < $in_file > $out_file | 24 < $in_file > '$out_file' |
| 25 ]]> | 25 ]]> |
| 26 </command> | 26 </command> |
| 27 <expand macro="inputs_outputs"> | 27 <expand macro="inputs_outputs"> |
| 28 <param help="Example: to group by the first and fourth fields, use 1,4." label="Group by fields" name="grouping" type="text"> | 28 <param help="Example: to group by the first and fourth fields, use 1,4." label="Group by fields" name="grouping" type="text"> |
| 29 <validator message="Invalid value in field. Allowed values are 0-9, space, comma." type="regex">^[0-9, ]*$</validator> | 29 <validator message="Invalid value in field. Allowed values are 0-9, space, comma." type="regex">^[0-9, ]*$</validator> |
| 54 <option value="sskew">Skewness (sample)</option> | 54 <option value="sskew">Skewness (sample)</option> |
| 55 <option value="pskew">Skewness (population)</option> | 55 <option value="pskew">Skewness (population)</option> |
| 56 <option value="skurt">Kurtosis (sample)</option> | 56 <option value="skurt">Kurtosis (sample)</option> |
| 57 <option value="pkurt">Kurtosis (population)</option> | 57 <option value="pkurt">Kurtosis (population)</option> |
| 58 <option value="jarque">Jarque-Bera Normality test</option> | 58 <option value="jarque">Jarque-Bera Normality test</option> |
| 59 <option value="dpo">DAgostino-Pearson Omnibus Normality Test</option> | 59 <option value="dpo">D Agostino-Pearson Omnibus Normality Test</option> |
| 60 <option value="mode">Mode</option> | 60 <option value="mode">Mode</option> |
| 61 <option value="antimode">Anti-Mode</option> | 61 <option value="antimode">Anti-Mode</option> |
| 62 <option value="rand">One random value from the group</option> | |
| 62 <option value="unique">Combine all unique values</option> | 63 <option value="unique">Combine all unique values</option> |
| 63 <option value="collapse">Combine all values</option> | 64 <option value="collapse">Combine all values</option> |
| 64 <option value="countunique">Count Unique values</option> | 65 <option value="countunique">Count Unique values</option> |
| 65 </param> | 66 </param> |
| 66 <param name="op_column" data_ref="in_file" label="On column" type="data_column" /> | 67 <param name="op_column" data_ref="in_file" label="On column" type="data_column" /> |
